Updated cats deps versions
This commit is contained in:
parent
c59d48f6ec
commit
9dc83bbc56
@ -14,8 +14,8 @@ resolvers += Resolver.sonatypeRepo("snapshots")
|
|||||||
enablePlugins(JavaFxPlugin)
|
enablePlugins(JavaFxPlugin)
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"org.typelevel" %% "cats-core" % "2.1.1",
|
"org.typelevel" %% "cats-core" % "2.2.0",
|
||||||
"org.typelevel" %% "cats-effect" % "2.1.4",
|
"org.typelevel" %% "cats-effect" % "2.2.0",
|
||||||
"io.monix" %% "monix" % "3.3.0",
|
"io.monix" %% "monix" % "3.3.0",
|
||||||
"io.monix" %% "monix-bio" % "1.1.0",
|
"io.monix" %% "monix-bio" % "1.1.0",
|
||||||
"io.circe" %% "circe-core" % "0.13.0",
|
"io.circe" %% "circe-core" % "0.13.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user