Skip to content

Commit

Permalink
Update Scala 3 to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Dec 21, 2023
1 parent 0b6851b commit ec96d22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
SCALA_VERSION: [2.12.18, 2.13.11, 3.3.1]
SCALA_VERSION: [2.12.18, 2.13.11, 3.3.2]
JAVA_VERSION: [8, 11]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cp .jvmopts-ci .jvmopts
sbt +publish
sbt ++2.13.11! codegen/publish
sbt ++3.3.1! codegen/publish
sbt ++3.3.2! codegen/publish
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PW: ${{ secrets.NEXUS_PW }}
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
// Update the .github workflows when these scala versions change
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala3 = "3.3.1"
val scala3 = "3.3.2-RC1"

// the order in the list is important because the head will be considered the default.
val CrossScalaForLib = Seq(scala212, scala213, scala3)
Expand Down

0 comments on commit ec96d22

Please sign in to comment.