Skip to content

Commit

Permalink
Update caliban to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 23, 2025
1 parent 8173776 commit a324960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ lazy val calibanParser = project
name := "zio-parser-caliban",
publish / skip := true,
libraryDependencies ++= Seq(
"com.github.ghostdogpr" %% "caliban" % "2.4.3",
"com.github.ghostdogpr" %% "caliban" % "2.9.2",
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-test" % zioVersion % Test,
Expand Down

0 comments on commit a324960

Please sign in to comment.