diff --git a/build.sbt b/build.sbt index 6f7be977..65413c04 100644 --- a/build.sbt +++ b/build.sbt @@ -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,