Skip to content

Commit

Permalink
scala 2.13.16 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jan 19, 2025
1 parent 1ca45c3 commit 9a1e221
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 @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
SCALA_VERSION: [2.12.20, 2.13.15, 3.3.4]
SCALA_VERSION: [2.12.20, 2.13.16, 3.3.4]
JAVA_VERSION: [8, 11, 17, 21]
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 @@ -38,7 +38,7 @@ jobs:
run: |-
cp .jvmopts-ci .jvmopts
sbt +publish
sbt ++2.13.15! codegen/publish
sbt ++2.13.16! codegen/publish
sbt ++3.3.4! codegen/publish
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Dependencies {
object Versions {
// Update the .github workflows when these scala versions change
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala213 = "2.13.16"
val scala3 = "3.3.4"

// the order in the list is important because the head will be considered the default.
Expand Down

0 comments on commit 9a1e221

Please sign in to comment.