From a7e5452776e867841c6fdeddb9ba37fa6278eacf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 22:36:37 +0000 Subject: [PATCH] Update cats-effect to 3.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ec6922bf..56adb399 100644 --- a/build.sbt +++ b/build.sbt @@ -316,7 +316,7 @@ lazy val sangriaCatsEffectExperimental = project name := "sangria-cats-effect-experimental", description := "Experimental support for Cats Effect", libraryDependencies ++= List( - "org.typelevel" %% "cats-effect" % "3.5.7", + "org.typelevel" %% "cats-effect" % "3.6.1", "org.sangria-graphql" %% "sangria-circe" % "1.3.2" % Test ) )