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 bd5f9aa + 8f60254 commit 5258427Copy full SHA for 5258427
build.sbt
@@ -68,7 +68,7 @@ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.20"
68
val pekkoActor = "org.apache.pekko" %% "pekko-actor" % "1.0.2"
69
val javaxInject = "javax.inject" % "javax.inject" % "1"
70
val cats = "org.typelevel" %% "cats-core" % "2.10.0"
71
-val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.3"
+val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
72
73
lazy val root = project
74
.in(file("."))
0 commit comments