File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ Static types for jQuery, by Sébastien Doeraene
8080####[ scala-js-react] ( https://github.com/japgolly/scalajs-react )
8181{% highlight scala %}
8282// Minimal usage
83- libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "0.5.0 "
83+ libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "0.6.1 "
8484
8585// Test support including ReactTestUtils
86- libraryDependencies += "com.github.japgolly.scalajs-react" %%% "test" % "0.5.0 " % "test"
86+ libraryDependencies += "com.github.japgolly.scalajs-react" %%% "test" % "0.6.1 " % "test"
8787
8888// Scalaz support
89- libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz70" % "0.5.0 " // or
90- libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz71" % "0.5.0 "
89+ libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz70" % "0.6.1 " // or
90+ libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz71" % "0.6.1 "
9191{% endhighlight %}
9292Lifts Facebook's React library into Scala.js and endeavours to make it as type-safe and Scala-friendly as possible, by David Barri
9393
@@ -181,7 +181,7 @@ Port of [Scalaz](https://github.com/scalaz/scalaz) to Scala.js, maintained by Da
181181
182182####[ Monocle] ( https://github.com/japgolly/Monocle )
183183{% highlight scala %}
184- "com.github.japgolly.fork.monocle" %%% "monocle-core" % "0.5 .1"
184+ "com.github.japgolly.fork.monocle" %%% "monocle-core" % "1.0 .1"
185185{% endhighlight %}
186186Port of [ Monocle] ( https://github.com/julien-truffaut/Monocle ) to Scala.js, maintained by David Barri
187187
You can’t perform that action at this time.
0 commit comments