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 a27a60a + 796bd6d commit ca990afCopy full SHA for ca990af
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.5.0"
+val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.1"
71
72
lazy val root = project
73
.in(file("."))
0 commit comments