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 3f25107 commit b7ebd17Copy full SHA for b7ebd17
build.sbt
@@ -1,5 +1,5 @@
1
val scala213 = "2.13.14"
2
-val scala3 = "3.3.3"
+val scala3 = "3.3.4"
3
ThisBuild / scalaVersion := scala213
4
ThisBuild / crossScalaVersions := Seq("2.12.17", scala213, scala3)
5
0 commit comments