We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0c4c7 commit 13202eeCopy full SHA for 13202ee
1 file changed
build.sbt
@@ -10,7 +10,7 @@ ThisBuild / developers := List(
10
ThisBuild / startYear := Some(2017)
11
12
val Scala213 = "2.13.16"
13
-ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20", "3.4.1")
+ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20", "3.4.3")
14
ThisBuild / scalaVersion := Scala213 // the default Scala
15
ThisBuild / tlJdkRelease := Some(8)
16
0 commit comments