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 b7913bd commit fd793f9Copy full SHA for fd793f9
build.sc
@@ -11,8 +11,8 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
11
val dottyVersions = sys.props.get("dottyVersion").toList
12
13
val scala2AndDottyVersions = "2.12.13" :: "2.13.4" :: "2.11.12" :: dottyVersions
14
-val scala30 = "3.0.0"
15
-val scala31 = "3.1.0"
+val scala30 = "3.0.2"
+val scala31 = "3.1.1"
16
17
val scalaNativeVersions = for {
18
scalaV <- scala31 :: scala2AndDottyVersions
0 commit comments