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 ) )
22
33* ` extra.ReusableFn ` is now contravariant in inputs and covariant in outputs like normal functions.
44* 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 {
2929 _.enablePlugins(ScalaJSPlugin )
3030 .settings(
3131 organization := " com.github.japgolly.scalajs-react" ,
32- version := " 0.11.1-SNAPSHOT " ,
32+ version := " 0.11.1" ,
3333 homepage := Some (url(" https://github.com/japgolly/scalajs-react" )),
3434 licenses += (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )),
3535 scalaVersion := Ver .Scala211 ,
You can’t perform that action at this time.
0 commit comments