From 9756aa92914e7b7c24db3cb2e5942ffcfcf24008 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 15:42:40 +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 f7f75d84..040eed90 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ lazy val colibri = project name := "colibri", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.12.0", - "org.typelevel" %%% "cats-effect" % "3.5.6", + "org.typelevel" %%% "cats-effect" % "3.5.7", ), )