We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208bb5f commit a36950aCopy full SHA for a36950a
doc/changelog/1.1.0.md
@@ -41,3 +41,5 @@
41
```
42
43
* Remove code deprecated ≤ v1.0.0.
44
+
45
+* Upgrade Scalaz to v7.2.14
project/Build.scala
@@ -11,9 +11,9 @@ object ScalajsReact {
11
val ScalaJsDom = "0.9.2"
12
val ReactJs = "15.5.4"
13
val Monocle = "1.4.0"
14
- val Scalaz72 = "7.2.13"
+ val Scalaz72 = "7.2.14"
15
val MTest = "0.4.7"
16
- val MacroParadise = "2.1.0"
+ val MacroParadise = "2.1.1"
17
val SizzleJs = "2.3.0"
18
val Nyaya = "0.8.1"
19
val Cats = "0.9.0"
0 commit comments