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.
2 parents 9828aa2 + 0d2e6c5 commit cefc5e1Copy full SHA for cefc5e1
build.sbt
@@ -67,7 +67,7 @@ val javassist = "org.javassist" % "javassist" % "3.29.0-GA"
67
val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.19"
68
val javaxInject = "javax.inject" % "javax.inject" % "1"
69
val cats = "org.typelevel" %% "cats-core" % "2.8.0"
70
-val catsEffect = "org.typelevel" %% "cats-effect" % "3.2.9"
+val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.12"
71
72
lazy val root = project
73
.in(file("."))
0 commit comments