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 e8920a5 commit 03d887fCopy full SHA for 03d887f
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-RC1-SNAPSHOT",
+ version := "0.10.0-RC1",
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