From 108f7e6bf3eaa7e63ff05f6167dceb178535f579 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 18:57:11 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a0496a2c..a38d31df 100644 --- a/build.sbt +++ b/build.sbt @@ -311,7 +311,7 @@ lazy val sangriaCatsEffectExperimental = project name := "sangria-cats-effect-experimental", description := "Experimental support for Cats Effect", libraryDependencies ++= List( - "org.typelevel" %% "cats-effect" % "3.5.4", + "org.typelevel" %% "cats-effect" % "3.5.5", "org.sangria-graphql" %% "sangria-circe" % "1.3.2" % Test ) )