Skip to content

Commit cbeb254

Browse files
committed
Update caliban to 2.9.1
1 parent 41d11f3 commit cbeb254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ lazy val calibanParser = project
150150
name := "zio-parser-caliban",
151151
publish / skip := true,
152152
libraryDependencies ++= Seq(
153-
"com.github.ghostdogpr" %% "caliban" % "2.4.3",
153+
"com.github.ghostdogpr" %% "caliban" % "2.9.1",
154154
"dev.zio" %% "zio" % zioVersion,
155155
"dev.zio" %% "zio-streams" % zioVersion,
156156
"dev.zio" %% "zio-test" % zioVersion % Test,

0 commit comments

Comments
 (0)