From 9c9e32ef3e8420bd99d5d344b63ac7faf5d44ba5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Mar 2024 13:30:16 +0000 Subject: [PATCH] Update cats-effect to 3.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2054149..372ca53 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.3" % "test" + "org.typelevel" %% "cats-effect" % "3.5.4" % "test" ) scalafmtOnCompile := true