Skip to content

Commit

Permalink
scala 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Oct 11, 2024
1 parent eda7a91 commit fe96e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.15, 3.4.1]
scala: [2.13.15, 3.5.1]
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
val spectator = "1.8.0"
val spring = "6.1.12"

val crossScala = Seq(scala, "3.4.1")
val crossScala = Seq(scala, "3.5.1")
}

import Versions._
Expand Down

0 comments on commit fe96e7f

Please sign in to comment.