File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- 2.11.12
9
9
- 2.12.12
10
10
- 2.13.3
11
- - 3.0.0-M2
11
+ - 3.0.0-M3
12
12
13
13
env :
14
14
- SCALAJS_VERSION= ADOPTOPENJDK=8
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
53
53
lazy val scala211 = " 2.11.12"
54
54
lazy val scala212 = " 2.12.12"
55
55
lazy val scala213 = " 2.13.3"
56
- lazy val scala30 = " 3.0.0-M2 "
56
+ lazy val scala30 = " 3.0.0-M3 "
57
57
58
58
lazy val compat = MultiScalaCrossProject (JSPlatform , JVMPlatform , NativePlatform )(
59
59
" compat" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val scalaJSVersion =
4
4
val scalaNativeVersion =
5
5
Option (System .getenv(" SCALANATIVE_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.3.9" )
6
6
7
- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.0 " )
7
+ addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.1 " )
8
8
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
9
9
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % crossVer)
10
10
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
You can’t perform that action at this time.
0 commit comments