Skip to content

Commit 44c2107

Browse files
committed
doc formatting
1 parent 7daeae4 commit 44c2107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/FP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ It's the same as `ext-monocle` module but uses the Cats variant of Monocle.
137137
```scala
138138
libraryDependencies ++= Seq(
139139
"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"
140+
"com.github.julien-truffaut" %%% "monocle-core" % "1.5.0-cats",
141+
"com.github.julien-truffaut" %%% "monocle-macro" % "1.5.0-cats"
142142
)
143143

144144
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)

0 commit comments

Comments
 (0)