Skip to content

Commit

Permalink
scala 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Oct 11, 2024
1 parent 003bef7 commit 9582455
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
java: [17, 21]
scala: [2.13.14, 3.4.1]
scala: [2.13.15, 3.4.1]
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
PGP_PASSPHRASE: ${{ secrets.ORG_SIGNING_PASSWORD }}
run: |
git fetch --unshallow --tags
cat /dev/null | project/sbt ++2.13.14 clean test +publishSigned
cat /dev/null | project/sbt ++2.13.15 clean test +publishSigned
cat /dev/null | project/sbt sonatypeBundleRelease
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
PGP_PASSPHRASE: ${{ secrets.ORG_SIGNING_PASSWORD }}
run: |
git fetch --unshallow --tags
cat /dev/null | project/sbt ++2.13.14 clean test +publishSigned
cat /dev/null | project/sbt ++2.13.15 clean test +publishSigned
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val iep = "5.0.26"
val jackson = "2.17.2"
val log4j = "2.24.1"
val scala = "2.13.14"
val scala = "2.13.15"
val slf4j = "2.0.16"
val spectator = "1.7.19"
val spring = "6.1.12"
Expand Down

0 comments on commit 9582455

Please sign in to comment.