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.
2 parents 832a098 + de6eb6f commit 843caeaCopy full SHA for 843caea
build.sc
@@ -4,12 +4,12 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
4
5
val dottyVersions = sys.props.get("dottyVersion").toList
6
7
-val scalaVersions = "2.11.12" :: "2.12.13" :: "2.13.4" :: "3.0.0-RC2" :: dottyVersions
+val scalaVersions = "2.11.12" :: "2.12.13" :: "2.13.4" :: "3.0.0-RC3" :: dottyVersions
8
val scala2Versions = scalaVersions.filter(_.startsWith("2."))
9
10
val scalaJSVersions = for {
11
scalaV <- scalaVersions
12
- scalaJSV <- Seq("0.6.33", "1.4.0")
+ scalaJSV <- Seq("0.6.33", "1.5.1")
13
if scalaV.startsWith("2.") || scalaJSV.startsWith("1.")
14
} yield (scalaV, scalaJSV)
15
0 commit comments