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.
1 parent c9881cb commit c157204Copy full SHA for c157204
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.5"
72
val javaxInject = "javax.inject" % "javax.inject" % "1"
73
val cats = "org.typelevel" %% "cats-core" % "2.13.0"
74
-val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.2"
+val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
75
76
lazy val root = project
77
.in(file("."))
0 commit comments