There was an error while loading. Please reload this page.
1 parent 8ef8e68 commit f2b4d09Copy full SHA for f2b4d09
build.sbt
@@ -4,14 +4,14 @@ name := "Scala.js jQuery"
4
5
normalizedName := "scalajs-jquery"
6
7
-version := "0.2-SNAPSHOT"
+version := "0.2"
8
9
organization := "org.scala-lang.modules.scalajs"
10
11
crossScalaVersions := Seq("2.10.2", "2.11.0-M7")
12
13
libraryDependencies +=
14
- "org.scala-lang.modules.scalajs" %% "scalajs-dom" % "0.2-SNAPSHOT"
+ "org.scala-lang.modules.scalajs" %% "scalajs-dom" % "0.2"
15
16
homepage := Some(url("http://scala-js.org/"))
17
0 commit comments