Skip to content

Commit

Permalink
scala 2.13.14 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored May 29, 2024
1 parent c26abf1 commit 883d946
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.19, 2.13.13, 3.3.3]
SCALA_VERSION: [2.12.19, 2.13.14, 3.3.3]
JAVA_VERSION: [8, 11, 17]
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 @@ -27,7 +27,7 @@ jobs:
run: |-
cp .jvmopts-ci .jvmopts
sbt +publish
sbt ++2.13.13! codegen/publish
sbt ++2.13.14! codegen/publish
sbt ++3.3.3! 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.19"
val scala213 = "2.13.13"
val scala213 = "2.13.14"
val scala3 = "3.3.3"

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

0 comments on commit 883d946

Please sign in to comment.