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 88 - 2.11.12
99 - 2.12.12
1010 - 2.13.3
11- - 3.0.0-M2
11+ - 3.0.0-M3
1212
1313env :
1414 - 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.
5353lazy val scala211 = " 2.11.12"
5454lazy val scala212 = " 2.12.12"
5555lazy val scala213 = " 2.13.3"
56- lazy val scala30 = " 3.0.0-M2 "
56+ lazy val scala30 = " 3.0.0-M3 "
5757
5858lazy val compat = MultiScalaCrossProject (JSPlatform , JVMPlatform , NativePlatform )(
5959 " compat" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val scalaJSVersion =
44val scalaNativeVersion =
55 Option (System .getenv(" SCALANATIVE_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.3.9" )
66
7- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.0 " )
7+ addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.1 " )
88addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
99addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % crossVer)
1010addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
You can’t perform that action at this time.
0 commit comments