We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16259af commit 3bf42ddCopy full SHA for 3bf42dd
build.sbt
@@ -8,7 +8,7 @@ addCommandAlias("ci-publish", "github; ci-release")
8
9
lazy val scala212 = "2.12.20"
10
lazy val scala213 = "2.13.16"
11
-lazy val scala3Version = "3.7.0"
+lazy val scala3Version = "3.7.1"
12
lazy val scala2Versions = Seq(scala212, scala213)
13
lazy val allScalaVersions = scala2Versions :+ scala3Version
14
0 commit comments