From 2008c29d9d3dd86937360f2ddddec284a217f775 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 27 Nov 2024 00:18:36 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a15592a..a3f43f0 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,7 @@ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.21" val pekkoActor = "org.apache.pekko" %% "pekko-actor" % "1.1.2" val javaxInject = "javax.inject" % "javax.inject" % "1" val cats = "org.typelevel" %% "cats-core" % "2.12.0" -val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.6" +val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7" lazy val root = project .in(file("."))