From 540a6c3caa8774e269fa874cca1905f0fb0be2a5 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 27 Nov 2024 06:17:28 +0100 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 4152cf46..ac9ccd52 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val commonSettings = Seq( scalacOptions ~= (_ filterNot Set("-Xfuture", "-Xfatal-warnings").contains), libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.12.0", - "org.typelevel" %% "cats-effect" % "3.5.6", + "org.typelevel" %% "cats-effect" % "3.5.7", "io.higherkindness" %% "droste-core" % "0.9.0", "io.higherkindness" %% "droste-macros" % "0.9.0", "org.apache.avro" % "avro" % "1.12.0",