Skip to content

Commit

Permalink
Merge pull request #69 from http4s/update/scala3-library-3.2.2
Browse files Browse the repository at this point in the history
Update scala3-library to 3.2.2
  • Loading branch information
hnaderi authored Jan 30, 2023
2 parents 497ec03 + a9cf06a commit 65fcdc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
- macos-11
- macos-12
- windows-2022
scala: [3.2.1, 2.13.10]
scala: [3.2.2, 2.13.10]
java: [temurin@17]
project: [rootJVM, rootNative]
include:
- os: ubuntu-latest
experimental: yes
exclude:
- scala: 3.2.1
- scala: 3.2.2
os: windows-2022
- project: rootJVM
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -248,12 +248,12 @@ jobs:
vcpkg install --triplet x64-windows curl
cp "C:\vcpkg\installed\x64-windows\lib\libcurl.lib" "C:\vcpkg\installed\x64-windows\lib\curl.lib"
- name: Download target directories (3.2.1, rootNative)
- name: Download target directories (3.2.2, rootNative)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootNative
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootNative

- name: Inflate target directories (3.2.1, rootNative)
- name: Inflate target directories (3.2.2, rootNative)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
val scala3 = "3.2.1"
val scala3 = "3.2.2"
val scala213 = "2.13.10"
val catsEffectVersion = "3.4.5"
val http4sVersion = "0.23.18"
Expand Down

0 comments on commit 65fcdc2

Please sign in to comment.