Skip to content

Commit

Permalink
Update caliban to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 29, 2022
1 parent 3d81444 commit 362ba88
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 @@ -77,7 +77,7 @@ lazy val calibanParser = (project in file("zio-parser-caliban"))
.settings(
publish / skip := true,
libraryDependencies ++= Seq(
"com.github.ghostdogpr" %% "caliban" % "1.3.2",
"com.github.ghostdogpr" %% "caliban" % "1.3.3",
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-test" % zioVersion % Test,
Expand Down

0 comments on commit 362ba88

Please sign in to comment.