Skip to content

Commit

Permalink
Update caliban, caliban-zio-http to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and guizmaii committed Sep 17, 2023
1 parent 2f160ca commit 8c4de4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ lazy val `quill-caliban` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.ghostdogpr" %% "caliban" % "2.0.0",
"com.github.ghostdogpr" %% "caliban-zio-http" % "2.0.0",
"com.github.ghostdogpr" %% "caliban" % "2.0.2",
"com.github.ghostdogpr" %% "caliban-zio-http" % "2.0.2",
// Adding this to main dependencies would force users to use logback-classic for SLF4j unless the specifically remove it
// seems to be safer to just exclude & add a commented about need for a SLF4j implementation in Docs.
"ch.qos.logback" % "logback-classic" % "1.2.12" % Test,
Expand Down

0 comments on commit 8c4de4f

Please sign in to comment.