From 8c3f67f10a834206a1f1ee1094a2b4679611ce81 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jan 2024 23:27:43 +0000 Subject: [PATCH] Update cats-effect to 3.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ad434496..68c2b67a 100644 --- a/build.sbt +++ b/build.sbt @@ -290,7 +290,7 @@ lazy val sangriaCatsEffectExperimental = project name := "sangria-cats-effect-experimental", description := "Experimental support for Cats Effect", libraryDependencies ++= List( - "org.typelevel" %% "cats-effect" % "3.5.2", + "org.typelevel" %% "cats-effect" % "3.5.3", "org.sangria-graphql" %% "sangria-circe" % "1.3.2" % Test ) )