Skip to content

Commit

Permalink
Merge pull request com-lihaoyi#244 from japgolly/topic/scala-3.0.0-RC3
Browse files Browse the repository at this point in the history
Upgrade to Scala 3.0.0-RC3
  • Loading branch information
japgolly committed Apr 20, 2021
2 parents 832a098 + de6eb6f commit 843caea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion

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

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
val scala2Versions = scalaVersions.filter(_.startsWith("2."))

val scalaJSVersions = for {
scalaV <- scalaVersions
scalaJSV <- Seq("0.6.33", "1.4.0")
scalaJSV <- Seq("0.6.33", "1.5.1")
if scalaV.startsWith("2.") || scalaJSV.startsWith("1.")
} yield (scalaV, scalaJSV)

Expand Down

0 comments on commit 843caea

Please sign in to comment.