From 08c2a543df9a0a50c53dbea5826221d5e1234813 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Dec 2023 13:12:38 +0000 Subject: [PATCH] Update cats-effect to 3.5.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c92df09..797a853 100644 --- a/build.sbt +++ b/build.sbt @@ -8,8 +8,8 @@ crossScalaVersions += "3.3.1" 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.4.11" % "test" + "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test", + "org.typelevel" %% "cats-effect" % "3.5.2" % "test" ) scalafmtOnCompile := true