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 0136334 commit 29a224eCopy full SHA for 29a224e
project/Build.scala
@@ -19,7 +19,7 @@ object ScalajsReact extends Build {
19
_.enablePlugins(ScalaJSPlugin)
20
.settings(
21
organization := "com.github.japgolly.scalajs-react",
22
- version := "0.10.0-SNAPSHOT",
+ version := "0.10.0",
23
homepage := Some(url("https://github.com/japgolly/scalajs-react")),
24
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
25
scalaVersion := Scala211,
0 commit comments