Skip to content

Commit 32c21e8

Browse files
authored
Merge pull request #70 from olafurpg/scala-213
Upgrade to Scala 2.13.0-RC1
2 parents d989dc5 + 117a9ee commit 32c21e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
before_install:
1616
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
1717
- scala: 2.12.8
18-
- scala: 2.13.0-M5
18+
- scala: 2.13.0-RC1
1919

2020
# Release stable release on tag push and snapshot on merge to master
2121
- stage: release

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)