There was an error while loading. Please reload this page.
2 parents 876eafd + 169692b commit 873f8b1Copy full SHA for 873f8b1
1 file changed
build.sbt
@@ -1,7 +1,7 @@
1
import Dependencies.Library
2
3
lazy val scala213: String = "2.13.17"
4
-lazy val scala3: String = "3.3.6"
+lazy val scala3: String = "3.3.7"
5
lazy val supportedScalaVersions: Seq[String] = Seq(scala213, scala3)
6
7
Global / evictionErrorLevel := Level.Info
0 commit comments