From 19871a41e9fe6da1958fae7ebae3df228418e2bc Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 13 Jul 2025 13:20:37 +0000 Subject: [PATCH] Update cats-effect to 3.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7cdc5fb..32b3f8c9 100644 --- a/build.sbt +++ b/build.sbt @@ -87,7 +87,7 @@ lazy val core = crossProject(JVMPlatform) name := "bigquery-core", libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.12.0", - "org.typelevel" %% "cats-effect" % "3.5.7", + "org.typelevel" %% "cats-effect" % "3.6.2", "org.typelevel" %% "literally" % "1.2.0", "org.scalameta" %% "munit" % "1.0.4" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,