From 379b7d650ce7adbe9502ffe1c95f63d7690a376f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 14:08:33 +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 ec95608..d1d172f 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ libraryDependencies ++= Seq( "is.cir" %% "ciris" % "3.6.0", "com.typesafe" % "config" % "1.4.3", "org.typelevel" %% "munit-cats-effect" % "2.0.0" % "test", - "org.typelevel" %% "cats-effect" % "3.5.4" % "test" + "org.typelevel" %% "cats-effect" % "3.5.7" % "test" ) scalafmtOnCompile := true