We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02d6f1 commit 99e4421Copy full SHA for 99e4421
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
fail-fast: false
30
matrix:
31
os: [ubuntu-latest]
32
- scala: [2.12.19, 2.13.11, 3.3.3]
+ scala: [2.12.19, 2.13.14, 3.3.3]
33
java: [temurin@11, temurin@17]
34
project: [rootJVM]
35
exclude:
build.sbt
@@ -10,7 +10,7 @@ ThisBuild / developers := List(
10
// publish website from this branch
11
ThisBuild / tlSitePublishBranch := Some("main")
12
13
-val Scala213 = "2.13.11"
+val Scala213 = "2.13.14"
14
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.3")
15
ThisBuild / scalaVersion := Scala213 // the default Scala
16
0 commit comments