From ef063cc5d2dc9dcca71e3aa6b171a6d0f819e07d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jan 2024 13:04:25 +0000 Subject: [PATCH] Update cats-effect to 3.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 797a853..705c231 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ libraryDependencies ++= Seq( "is.cir" %% "ciris" % "3.5.0", "com.typesafe" % "config" % "1.4.3", "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test", - "org.typelevel" %% "cats-effect" % "3.5.2" % "test" + "org.typelevel" %% "cats-effect" % "3.5.3" % "test" ) scalafmtOnCompile := true