Skip to content

Commit

Permalink
Merge pull request #23 from scala-steward/update/caliban-1.3.3
Browse files Browse the repository at this point in the history
Update caliban to 1.3.3
  • Loading branch information
vigoo authored Jan 30, 2022
2 parents 829d03d + 362ba88 commit f983e9d
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 f983e9d

Please sign in to comment.