Skip to content

Commit

Permalink
Update caliban to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 2, 2024
1 parent 82186ee commit 5030ac3
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 @@ -147,7 +147,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.7.1",
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-test" % zioVersion % Test,
Expand Down

0 comments on commit 5030ac3

Please sign in to comment.