We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754278a commit e82f164Copy full SHA for e82f164
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
fail-fast: false
34
matrix:
35
java: ["8", "11", "17", "21"]
36
- scala: ["2.12.19", "2.13.14", "3.5.0"]
+ scala: ["2.12.20", "2.13.14", "3.5.0"]
37
steps:
38
- name: Checkout current branch
39
uses: actions/checkout@v4.1.7
build.sbt
@@ -2,7 +2,7 @@ import Dependencies._
2
3
Global / onChangedBuildSource := ReloadOnSourceChanges
4
5
-val Scala212: String = "2.12.19"
+val Scala212: String = "2.12.20"
6
val Scala213: String = "2.13.14"
7
val Scala3: String = "3.5.0"
8
0 commit comments