Skip to content

Commit

Permalink
Update caliban, caliban-zio-http to 2.4.3 (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] committed Nov 27, 2023
1 parent 17ae7e1 commit 8977738
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 @@ -170,8 +170,8 @@ lazy val `quill-caliban` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.ghostdogpr" %% "caliban" % "2.4.1",
"com.github.ghostdogpr" %% "caliban-zio-http" % "2.4.1",
"com.github.ghostdogpr" %% "caliban" % "2.4.3",
"com.github.ghostdogpr" %% "caliban-zio-http" % "2.4.3",
// 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.4.11" % Test,
Expand Down

0 comments on commit 8977738

Please sign in to comment.