Skip to content

Commit 3634975

Browse files
committed
Upgrade to sbt 0.13.13, Scala.js 0.6.14 and Scala 2.12.1.
1 parent 5dd737b commit 3634975

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
@@ -6,6 +6,6 @@ script:
66
scala:
77
- 2.10.6
88
- 2.11.8
9-
- 2.12.0-M4
9+
- 2.12.1
1010
jdk:
1111
- oraclejdk8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lazy val root = project.in(file(".")).
55

66
name := "Scala.js DOM"
77

8-
crossScalaVersions in ThisBuild := Seq("2.11.8", "2.10.6", "2.12.0-M4")
8+
crossScalaVersions in ThisBuild := Seq("2.11.8", "2.10.6", "2.12.1")
99
scalaVersion in ThisBuild := crossScalaVersions.value.head
1010

1111
val commonSettings = Seq(

project/build.properties

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

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.14")
22

33
addSbtPlugin("com.lihaoyi" % "scalatex-sbt-plugin" % "0.2.1")

0 commit comments

Comments
 (0)