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 822a7d3 commit 62e0be3Copy full SHA for 62e0be3
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
fail-fast: false
30
matrix:
31
os: [ubuntu-latest]
32
- scala: [2.12.18, 2.13.12, 3.3.1]
+ scala: [2.12.18, 2.13.14, 3.3.1]
33
java: [temurin@8, temurin@11, temurin@17]
34
exclude:
35
- scala: 2.12.18
build.sbt
@@ -5,7 +5,7 @@ ThisBuild / developers := List(
5
ThisBuild / startYear := Some(2014)
6
7
val Scala212 = "2.12.18"
8
-val Scala213 = "2.13.12"
+val Scala213 = "2.13.14"
9
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.1")
10
ThisBuild / scalaVersion := Scala213
11
ThisBuild / tlSkipIrrelevantScalas := true
0 commit comments