File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- ## 0.11.1
1
+ ## 0.11.1 ( [ commit log ] ( https://github.com/japgolly/scalajs-react/compare/v0.11.0...v0.11.1 ) )
2
2
3
3
* ` extra.ReusableFn ` is now contravariant in inputs and covariant in outputs like normal functions.
4
4
* Upgrade Monocle to 1.2.1, for official Scala.JS support.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ object ScalajsReact extends Build {
29
29
_.enablePlugins(ScalaJSPlugin )
30
30
.settings(
31
31
organization := " com.github.japgolly.scalajs-react" ,
32
- version := " 0.11.1-SNAPSHOT " ,
32
+ version := " 0.11.1" ,
33
33
homepage := Some (url(" https://github.com/japgolly/scalajs-react" )),
34
34
licenses += (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )),
35
35
scalaVersion := Ver .Scala211 ,
You can’t perform that action at this time.
0 commit comments