We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d989dc5 commit a79045dCopy full SHA for a79045d
build.sbt
@@ -4,7 +4,7 @@ import OsgiKeys._
4
val scala210 = "2.10.7"
5
val scala211 = "2.11.12"
6
val scala212 = "2.12.8"
7
-val scala213 = "2.13.0-M5"
+val scala213 = "2.13.0-RC1"
8
9
inThisBuild(List(
10
organization := "com.lihaoyi",
project/build.sbt
@@ -1,6 +1,6 @@
1
2
val scalaJSVersion =
3
- Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.25")
+ Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.27")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
0 commit comments