We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fbe94 commit 0edb629Copy full SHA for 0edb629
project/Dependencies.scala
@@ -14,7 +14,7 @@ object Dependencies {
14
val scalaLogging : ModuleID = "com.typesafe.scala-logging" %% "scala-logging" % "3.7.2"
15
val scalatest : ModuleID = "org.scalatest" %% "scalatest" % "3.0.3"
16
val restClientDriver : ModuleID = "com.github.rest-driver" % "rest-client-driver" % "2.0.0"
17
- val catsFree : ModuleID = "org.typelevel" %% "cats-free" % "1.0.0-MF"
+ val catsFree : ModuleID = "org.typelevel" %% "cats-free" % "0.9.0"
18
val scalaArm : ModuleID = "com.jsuereth" %% "scala-arm" % "2.0"
19
val monixEval : ModuleID = "io.monix" %% "monix-eval" % "2.3.0"
20
}
0 commit comments