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 f1efc88 commit 9f5909eCopy full SHA for 9f5909e
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
fail-fast: false
34
matrix:
35
java: ["8", "11", "17"]
36
- scala: ["2.12.18", "2.13.11", "3.2.2"]
+ scala: ["2.12.18", "2.13.12", "3.2.2"]
37
steps:
38
- name: Checkout current branch
39
uses: actions/checkout@v4.0.0
build.sbt
@@ -3,7 +3,7 @@ import Dependencies._
3
Global / onChangedBuildSource := ReloadOnSourceChanges
4
5
val Scala212: String = "2.12.18"
6
-val Scala213: String = "2.13.11"
+val Scala213: String = "2.13.12"
7
val Scala3: String = "3.3.1"
8
9
inThisBuild(
0 commit comments