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.5
11- - 3.0.0-RC2
1211 - 3.0.0-RC3
12+ - 3.0.0
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-RC2
42+ - scala : 3.0.0-RC3
4343 env : SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
4444
45- - scala : 3.0.0-RC2
45+ - scala : 3.0.0-RC3
4646 env : SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=11
4747
48- - scala : 3.0.0-RC3
48+ - scala : 3.0.0
4949 env : SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
5050
51- - scala : 3.0.0-RC3
51+ - scala : 3.0.0
5252 env : SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=11
5353
5454install :
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
5656lazy val scala211 = " 2.11.12"
5757lazy val scala212 = " 2.12.13"
5858lazy val scala213 = " 2.13.5"
59- lazy val scala30 = " 3.0.0-RC3 "
59+ lazy val scala30 = " 3.0.0"
6060
6161lazy val compat = MultiScalaCrossProject (JSPlatform , JVMPlatform , NativePlatform )(
6262 " compat" ,
You can’t perform that action at this time.
0 commit comments