We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8136b commit 1096844Copy full SHA for 1096844
build.sbt
@@ -8,7 +8,7 @@ version := "0.3-SNAPSHOT"
8
9
organization := "org.scala-lang.modules.scalajs"
10
11
-crossScalaVersions := Seq("2.10.2", "2.11.0-M7")
+crossScalaVersions := Seq("2.10.2", "2.11.0-M7", "2.11.0-M8")
12
13
homepage := Some(url("http://scala-js.org/"))
14
project/build.sbt
@@ -1,5 +1,5 @@
1
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.1.1")
2
3
-addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.3")
+addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.4.0")
4
5
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
0 commit comments