File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
4
4
5
5
val dottyVersions = sys.props.get(" dottyVersion" ).toList
6
6
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
8
8
val scala2Versions = scalaVersions.filter(_.startsWith(" 2." ))
9
9
10
10
val scalaJSVersions = for {
11
11
scalaV <- scalaVersions
12
- scalaJSV <- Seq (" 0.6.33" , " 1.4.0 " )
12
+ scalaJSV <- Seq (" 0.6.33" , " 1.5.1 " )
13
13
if scalaV.startsWith(" 2." ) || scalaJSV.startsWith(" 1." )
14
14
} yield (scalaV, scalaJSV)
15
15
Original file line number Diff line number Diff line change 3
3
# This is a wrapper script, that automatically download mill from GitHub release pages
4
4
# You can give the required mill version with MILL_VERSION env variable
5
5
# If no version is given, it falls back to the value of DEFAULT_MILL_VERSION
6
- DEFAULT_MILL_VERSION=0.9.5-48-4ad87f
6
+ DEFAULT_MILL_VERSION=0.9.6-61-bd7927
7
7
8
8
set -e
9
9
You can’t perform that action at this time.
0 commit comments