Skip to content

Commit 1d29dfa

Browse files
authored
Merge pull request #1191 from scala-steward/update/cats-effect-3.6.1
Update cats-effect to 3.6.1
2 parents 29d277a + a7e5452 commit 1d29dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
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.1",
320320
"org.sangria-graphql" %% "sangria-circe" % "1.3.2" % Test
321321
)
322322
)

0 commit comments

Comments
 (0)