Skip to content

Commit beb28d5

Browse files
committed
Update Scala 3 to 3.0.0
1 parent c7181f7 commit beb28d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-RC3" :: dottyVersions
7+
val scalaVersions = "2.11.12" :: "2.12.13" :: "2.13.4" :: "3.0.0" :: dottyVersions
88
val scala2Versions = scalaVersions.filter(_.startsWith("2."))
99

1010
val scalaJSVersions = for {

mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This is a wrapper script, that automatically download mill from GitHub release pages
44
# You can give the required mill version with MILL_VERSION env variable
55
# If no version is given, it falls back to the value of DEFAULT_MILL_VERSION
6-
DEFAULT_MILL_VERSION=0.9.5-46-c500ca
6+
DEFAULT_MILL_VERSION=0.9.6-61-bd7927
77

88
set -e
99

0 commit comments

Comments
 (0)