Skip to content

Commit 5f3b4d7

Browse files
author
AndyKirsch
committed
Updated scala 2.13 to 2.13.0-M4
1 parent 8e79606 commit 5f3b4d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ scala:
1212
- 2.12.2
1313
- 2.13.0-M1
1414
env:
15-
- SCALAJS_VERSION=0.6.18
15+
- SCALAJS_VERSION=0.6.23
1616
- SCALAJS_VERSION=1.0.0-M1
1717
matrix:
1818
include:

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.6"
55
val scala211 = "2.11.11"
66
val scala212 = "2.12.2"
7-
val scala213 = "2.13.0-M1"
7+
val scala213 = "2.13.0-M4"
88
val baseSettings = Seq(
99
organization := "com.lihaoyi",
1010
name := "sourcecode",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.17

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.18")
3+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.23")
44

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

0 commit comments

Comments
 (0)