From 924fca1e567f34c7050e99efad337479e5d0e85b Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 29 Sep 2023 07:25:26 +0200 Subject: [PATCH] Update cats-effect to 3.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab43c505..1068ba51 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.10.0", - "org.typelevel" %% "cats-effect" % "3.5.1", + "org.typelevel" %% "cats-effect" % "3.5.2", "io.higherkindness" %% "droste-core" % "0.9.0", "io.higherkindness" %% "droste-macros" % "0.9.0", "org.apache.avro" % "avro" % "1.11.3",