Skip to content

Commit b077ebd

Browse files
committed
Update cats-effect to 3.6.0
1 parent 06f0692 commit b077ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ lazy val sangriaCatsEffectExperimental = project
316316
name := "sangria-cats-effect-experimental",
317317
description := "Experimental support for Cats Effect",
318318
libraryDependencies ++= List(
319-
"org.typelevel" %% "cats-effect" % "3.5.7",
319+
"org.typelevel" %% "cats-effect" % "3.6.0",
320320
"org.sangria-graphql" %% "sangria-circe" % "1.3.2" % Test
321321
)
322322
)

0 commit comments

Comments
 (0)