Skip to content

Commit

Permalink
upgrade CI to use scala 3.3.5 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Feb 2, 2025
1 parent 66f1dd0 commit a78bde0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.16, 3.3.4]
SCALA_VERSION: [2.12.20, 2.13.16, 3.3.5]
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 @@ -39,7 +39,7 @@ jobs:
cp .jvmopts-ci .jvmopts
sbt +publish
sbt ++2.13.16! codegen/publish
sbt ++3.3.4! codegen/publish
sbt ++3.3.5! codegen/publish
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PW: ${{ secrets.NEXUS_PW }}
Expand Down

0 comments on commit a78bde0

Please sign in to comment.