We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d11f3 commit cbeb254Copy full SHA for cbeb254
build.sbt
@@ -150,7 +150,7 @@ lazy val calibanParser = project
150
name := "zio-parser-caliban",
151
publish / skip := true,
152
libraryDependencies ++= Seq(
153
- "com.github.ghostdogpr" %% "caliban" % "2.4.3",
+ "com.github.ghostdogpr" %% "caliban" % "2.9.1",
154
"dev.zio" %% "zio" % zioVersion,
155
"dev.zio" %% "zio-streams" % zioVersion,
156
"dev.zio" %% "zio-test" % zioVersion % Test,
0 commit comments