Skip to content

Commit a79045d

Browse files
committed
Upgrade to Scala 2.13
1 parent d989dc5 commit a79045d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import OsgiKeys._
44
val scala210 = "2.10.7"
55
val scala211 = "2.11.12"
66
val scala212 = "2.12.8"
7-
val scala213 = "2.13.0-M5"
7+
val scala213 = "2.13.0-RC1"
88

99
inThisBuild(List(
1010
organization := "com.lihaoyi",

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
val scalaJSVersion =
3-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.25")
3+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.27")
44

55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
66

0 commit comments

Comments
 (0)