Skip to content

Commit be9e520

Browse files
committed
Bump versions of scalajs-react & monocle
1 parent bfaaf9f commit be9e520

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 %}
9292
Lifts 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 %}
186186
Port of [Monocle](https://github.com/julien-truffaut/Monocle) to Scala.js, maintained by David Barri
187187

0 commit comments

Comments
 (0)