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 648a648 commit b69b0adCopy full SHA for b69b0ad
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.4"
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.1"
+val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.2"
75
76
lazy val root = project
77
.in(file("."))
0 commit comments