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 4640f49 commit 507287dCopy full SHA for 507287d
build.sbt
@@ -1,5 +1,5 @@
1
val scala213 = "2.13.10"
2
-val scala3 = "3.2.1"
+val scala3 = "3.2.1"
3
ThisBuild / scalaVersion := scala213
4
ThisBuild / crossScalaVersions := Seq("2.12.17", scala213, scala3)
5
0 commit comments