Skip to content

Commit de6eb6f

Browse files
committed
Upgrade to Scala 3.0.0-RC3
1 parent 832a098 commit de6eb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
44

55
val dottyVersions = sys.props.get("dottyVersion").toList
66

7-
val scalaVersions = "2.11.12" :: "2.12.13" :: "2.13.4" :: "3.0.0-RC2" :: dottyVersions
7+
val scalaVersions = "2.11.12" :: "2.12.13" :: "2.13.4" :: "3.0.0-RC3" :: dottyVersions
88
val scala2Versions = scalaVersions.filter(_.startsWith("2."))
99

1010
val scalaJSVersions = for {
1111
scalaV <- scalaVersions
12-
scalaJSV <- Seq("0.6.33", "1.4.0")
12+
scalaJSV <- Seq("0.6.33", "1.5.1")
1313
if scalaV.startsWith("2.") || scalaJSV.startsWith("1.")
1414
} yield (scalaV, scalaJSV)
1515

0 commit comments

Comments
 (0)