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 324c5c5 commit 5e5b6a9Copy full SHA for 5e5b6a9
build.sbt
@@ -2,7 +2,7 @@ import sbtcrossproject.{crossProject, CrossType}
2
3
val Scala212 = "2.12.12"
4
val Scala213 = "2.13.4"
5
-val Scala3 = "3.0.0-M1"
+val Scala3 = "3.0.0-M3"
6
7
ThisBuild / crossScalaVersions := Seq(Scala213, Scala212)
8
ThisBuild / scalaVersion := Scala213
0 commit comments