Skip to content

Commit 1096844

Browse files
committed
Upgrade to Scala.js v0.4.0.
1 parent ea8136b commit 1096844

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
@@ -8,7 +8,7 @@ version := "0.3-SNAPSHOT"
88

99
organization := "org.scala-lang.modules.scalajs"
1010

11-
crossScalaVersions := Seq("2.10.2", "2.11.0-M7")
11+
crossScalaVersions := Seq("2.10.2", "2.11.0-M7", "2.11.0-M8")
1212

1313
homepage := Some(url("http://scala-js.org/"))
1414

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.1.1")
22

3-
addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.3")
3+
addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.4.0")
44

55
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")

0 commit comments

Comments
 (0)