Skip to content

Commit

Permalink
scala 2.13.15 and 3.3.4 (#381)
Browse files Browse the repository at this point in the history
* scala 2.13.15

* scala 3.3.4
  • Loading branch information
pjfanning authored Oct 3, 2024
1 parent a3b8987 commit d189e4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.20, 2.13.14, 3.3.3]
SCALA_VERSION: [2.12.20, 2.13.15, 3.3.4]
JAVA_VERSION: [8, 11, 17, 21]
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: |-
cp .jvmopts-ci .jvmopts
sbt +publish
sbt ++2.13.14! codegen/publish
sbt ++3.3.3! codegen/publish
sbt ++2.13.15! codegen/publish
sbt ++3.3.4! codegen/publish
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PW: ${{ secrets.NEXUS_PW }}
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ object Dependencies {
object Versions {
// Update the .github workflows when these scala versions change
val scala212 = "2.12.20"
val scala213 = "2.13.14"
val scala3 = "3.3.3"
val scala213 = "2.13.15"
val scala3 = "3.3.4"

// 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 d189e4e

Please sign in to comment.