From 89777382bc3bb711ae1ac0c94d1aa2a9b7f590fd Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:26:55 +0100 Subject: [PATCH] Update caliban, caliban-zio-http to 2.4.3 (#387) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7d0122ad..20df5b88 100644 --- a/build.sbt +++ b/build.sbt @@ -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,