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 e353ebb commit 7f16261Copy full SHA for 7f16261
.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.20", "2.13.15", "3.5.0"]
+ scala: ["2.12.20", "2.13.16", "3.5.0"]
37
steps:
38
- name: Checkout current branch
39
uses: actions/checkout@v4.2.2
build.sbt
@@ -3,7 +3,7 @@ import Dependencies._
3
Global / onChangedBuildSource := ReloadOnSourceChanges
4
5
val Scala212: String = "2.12.20"
6
-val Scala213: String = "2.13.15"
+val Scala213: String = "2.13.16"
7
val Scala3: String = "3.6.2"
8
9
inThisBuild(
0 commit comments