From c7bf03d1a2e4e512bd252ec3fb58b05895c0101b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 19:59:05 +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 fd7a966..0f54016 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val root = (project in file(".")) Defaults.itSettings, IntegrationTest / fork := true, libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.5.6", + "org.typelevel" %% "cats-effect" % "3.5.7", "co.fs2" %% "fs2-core" % "3.9.2", "com.datastax.oss" % "java-driver-core" % "4.17.0", "com.chuusai" %% "shapeless" % "2.3.10"