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 7daeae4 commit 44c2107Copy full SHA for 44c2107
doc/FP.md
@@ -137,8 +137,8 @@ It's the same as `ext-monocle` module but uses the Cats variant of Monocle.
137
```scala
138
libraryDependencies ++= Seq(
139
"com.github.japgolly.scalajs-react" %%% "ext-monocle-cats" % "1.3.1",
140
- "com.github.julien-truffaut" %%% "monocle-core" % "1.5.0-cats",
141
- "com.github.julien-truffaut" %%% "monocle-macro" % "1.5.0-cats"
+ "com.github.julien-truffaut" %%% "monocle-core" % "1.5.0-cats",
+ "com.github.julien-truffaut" %%% "monocle-macro" % "1.5.0-cats"
142
)
143
144
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
0 commit comments