File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## 0.6.1 (unreleased )
1+ ## 0.6.1 ([ commit log ] ( https://github.com/japgolly/scalajs-react/compare/v0.6.0...v0.6.1 ) )
22
33##### Core module
44* Changed overloaded ` classSet ` methods into ` classSet{,1}{,M} ` .
Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ Setup
3232SBT
3333``` scala
3434// Minimal usage
35- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.6.0 "
35+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.6.1 "
3636
3737// React itself
3838// (react-with-addons.js can be react.js, react.min.js, react-with-addons.min.js)
3939jsDependencies += " org.webjars" % " react" % " 0.12.1" / " react-with-addons.js" commonJSName " React"
4040
4141// Test support including ReactTestUtils
4242// (requires react-with-addons.js instead of just react.js)
43- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.6.0 " % " test"
43+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.6.1 " % " test"
4444
4545// Scalaz support
46- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz70" % " 0.6.0 " // or
47- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz71" % " 0.6.0 "
46+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz70" % " 0.6.1 " // or
47+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz71" % " 0.6.1 "
4848```
4949
5050Code:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ object ScalajsReact extends Build {
1818 _.settings(scalaJSSettings : _* )
1919 .settings(
2020 organization := " com.github.japgolly.scalajs-react" ,
21- version := " 0.6.1-SNAPSHOT " ,
21+ version := " 0.6.1" ,
2222 homepage := Some (url(" https://github.com/japgolly/scalajs-react" )),
2323 licenses += (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )),
2424 scalaVersion := Scala211 ,
You can’t perform that action at this time.
0 commit comments