Skip to content

Commit

Permalink
Merge pull request #77 from armanbilge/update/scala3-library-3.3.0
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.0
  • Loading branch information
armanbilge committed May 30, 2023
2 parents f6c49bb + a58571e commit 8e0ee30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
scala: [3.2.2, 2.13.10]
scala: [3.3.0, 2.13.10]
java: [temurin@17]
project: [rootNative]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -154,12 +154,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

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

- name: Inflate target directories (3.2.2, rootNative)
- name: Inflate target directories (3.3.0, 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.2", "2.13.10")
ThisBuild / crossScalaVersions := Seq("3.3.0", "2.13.10")

ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowOSes := Seq("ubuntu-20.04", "ubuntu-22.04")
Expand Down

0 comments on commit 8e0ee30

Please sign in to comment.