File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 - 2.11.12
99 - 2.12.13
1010 - 2.13.4
11- - 3.0.0-M2
1211 - 3.0.0-M3
12+ - 3.0.0-RC1
1313
1414env :
1515 - SCALAJS_VERSION= ADOPTOPENJDK=8
@@ -39,16 +39,16 @@ matrix:
3939
4040 # Scala Native doesn't support Scala 3 yet
4141
42- - scala : 3.0.0-M2
42+ - scala : 3.0.0-M3
4343 env : SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
4444
45- - scala : 3.0.0-M2
45+ - scala : 3.0.0-M3
4646 env : SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=11
4747
48- - scala : 3.0.0-M3
48+ - scala : 3.0.0-RC1
4949 env : SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
5050
51- - scala : 3.0.0-M3
51+ - scala : 3.0.0-RC1
5252 env : SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=11
5353
5454install :
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
5555lazy val scala211 = " 2.11.12"
5656lazy val scala212 = " 2.12.13"
5757lazy val scala213 = " 2.13.4"
58- lazy val scala30 = " 3.0.0-M3 "
58+ lazy val scala30 = " 3.0.0-RC1 "
5959
6060lazy val compat = MultiScalaCrossProject (JSPlatform , JVMPlatform , NativePlatform )(
6161 " compat" ,
You can’t perform that action at this time.
0 commit comments