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 90251e9 + 9ee4cd2 commit 1754b8aCopy full SHA for 1754b8a
build.sbt
@@ -67,7 +67,7 @@ val javassist = "org.javassist" % "javassist" % "3.29.2-GA"
67
val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.20"
68
val javaxInject = "javax.inject" % "javax.inject" % "1"
69
val cats = "org.typelevel" %% "cats-core" % "2.9.0"
70
-val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.9"
+val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.10"
71
72
lazy val root = project
73
.in(file("."))
0 commit comments