Skip to content

Commit

Permalink
Merge pull request #109 from armanbilge/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
armanbilge authored Jan 30, 2023
2 parents d29c916 + 0139fa7 commit 1589693
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
- ubuntu-22.04
- macos-11
- macos-12
scala: [3.2.1, 2.12.17, 2.13.10]
scala: [3.2.2, 2.12.17, 2.13.10]
java: [temurin@17]
project: [rootJVM, rootNative]
exclude:
- scala: 3.2.1
- scala: 3.2.2
os: ubuntu-22.04
- scala: 3.2.1
- scala: 3.2.2
os: macos-11
- scala: 3.2.1
- scala: 3.2.2
os: macos-12
- scala: 2.12.17
os: ubuntu-22.04
Expand Down Expand Up @@ -168,22 +168,22 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (3.2.1, rootJVM)
- name: Download target directories (3.2.2, rootJVM)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM

- name: Inflate target directories (3.2.1, rootJVM)
- name: Inflate target directories (3.2.2, rootJVM)
run: |
tar xf targets.tar
rm targets.tar
- 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 build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ThisBuild / developers += tlGitHubDev("armanbilge", "Arman Bilge")
ThisBuild / startYear := Some(2022)
ThisBuild / tlSonatypeUseLegacyHost := false

ThisBuild / crossScalaVersions := Seq("3.2.1", "2.12.17", "2.13.10")
ThisBuild / crossScalaVersions := Seq("3.2.2", "2.12.17", "2.13.10")

ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowOSes :=
Expand Down

0 comments on commit 1589693

Please sign in to comment.