We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb20cda + 33cc1a5 commit 0f683ebCopy full SHA for 0f683eb
build.sbt
@@ -9,7 +9,7 @@ ThisBuild / developers := List(
9
)
10
11
val Scala213 = "2.13.18"
12
-ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20", "3.3.7")
+ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.21", "3.3.7")
13
ThisBuild / scalaVersion := Scala213 // the default Scala
14
ThisBuild / githubWorkflowScalaVersions := Seq("2.13", "2.12", "3")
15
ThisBuild / tlVersionIntroduced := Map("3" -> "0.2.4")
0 commit comments