We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cec75c commit faf503fCopy full SHA for faf503f
build.sbt
@@ -71,7 +71,7 @@ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.21"
71
val pekkoActor = "org.apache.pekko" %% "pekko-actor" % "1.1.2"
72
val javaxInject = "javax.inject" % "javax.inject" % "1"
73
val cats = "org.typelevel" %% "cats-core" % "2.12.0"
74
-val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
+val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.5"
75
76
lazy val root = project
77
.in(file("."))
0 commit comments