Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit bf0d6a7

Browse files
committed
Upgrade to Scala.js 0.6.10 and Scala 2.11.8, 2.12.0-{M4,M5}.
1 parent dd56dd6 commit bf0d6a7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ script:
99
- sbt ++$TRAVIS_SCALA_VERSION publishLocal
1010
scala:
1111
- 2.10.6
12-
- 2.11.7
13-
- 2.12.0-M3
12+
- 2.11.8
13+
- 2.12.0-M4
14+
- 2.12.0-M5
1415
jdk:
1516
- oraclejdk8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.scalajs.sbtplugin.cross.CrossProject
44
val commonSettings: Seq[Setting[_]] = Seq(
55
version := "0.2.0-SNAPSHOT",
66
organization := "org.scala-js",
7-
scalaVersion := "2.11.7",
7+
scalaVersion := "2.11.8",
88
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
99

1010
homepage := Some(url(http://github.com/%3Cspan%20class=%22pl-s%22%3E%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3Ehttp://scala-js.org/%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3E%3C/span%3E)),

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.6")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.10")
22

33
addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "0.8.0")

0 commit comments

Comments
 (0)