We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf2c19 commit bbbe14eCopy full SHA for bbbe14e
.github/workflows/scala.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Run tests for Scala 3
24
run: sbt test
25
- name: Run tests for Scala 2.13
26
- run: sbt "++2.13.8; test"
+ run: sbt "++2.13.14; test"
build.sbt
@@ -7,7 +7,7 @@ Test / parallelExecution := false
7
8
9
val scala3Ver = "3.3.4"
10
-val scala2Ver = "2.13.8"
+val scala2Ver = "2.13.14"
11
12
13
lazy val commonSettings = Seq(
0 commit comments