From 6c41d66643ce872b6238690813aee10abccbc96b Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 10 Mar 2024 13:07:00 +0000 Subject: [PATCH] Update cats-effect to 3.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7520959c..55ddef30 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val core = crossProject(JVMPlatform) name := "bigquery-core", libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.10.0", - "org.typelevel" %% "cats-effect" % "3.5.3", + "org.typelevel" %% "cats-effect" % "3.5.4", "org.typelevel" %% "literally" % "1.1.0", "org.scalameta" %% "munit" % "0.7.29" % Test, "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,