Skip to content

Commit

Permalink
Update scala3-library to 3.3.0 (#385)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McCoy <280974+zmccoy@users.noreply.github.com>
Co-authored-by: Darren Gibson <zarthross@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 27, 2023
1 parent b586135 commit 528f2b6
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 @@ -29,13 +29,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.11, 3.2.2]
scala: [2.12.17, 2.13.11, 3.3.0]
java: [temurin@11, temurin@17]
project: [rootJVM]
exclude:
- scala: 2.12.17
java: temurin@17
- scala: 3.2.2
- scala: 3.3.0
java: temurin@17
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -204,12 +204,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.2.2, rootJVM)
- name: Download target directories (3.3.0, rootJVM)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJVM

- name: Inflate target directories (3.2.2, rootJVM)
- name: Inflate target directories (3.3.0, rootJVM)
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 @@ -17,7 +17,7 @@ val Versions = new {

val scala212 = "2.12.17"
val scala213 = "2.13.11"
val scala3 = "3.2.2"
val scala3 = "3.3.0"

val scalaVersions = Seq(scala212, scala213, scala3)
}
Expand Down

0 comments on commit 528f2b6

Please sign in to comment.