8000
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 bbfb306 commit a5f7f80Copy full SHA for a5f7f80
build.sbt
@@ -13,7 +13,7 @@ scalaVersion := "2.11.1"
13
testFrameworks += new TestFramework("utest.runner.Framework")
14
15
libraryDependencies ++= Seq(
16
- "com.lihaoyi" %%% "utest" % "0.2.5-RC1" % "test"
+ "com.lihaoyi" %%% "utest" % "0.3.0" % "test"
17
)
18
19
homepage := Some(url("http://www.scala-js.org/"))
project/plugins.sbt
@@ -1,3 +1,3 @@
1
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.0-RC1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.0")
2
3
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.1.2")
0 commit comments