diff --git a/build.sbt b/build.sbt index 912bad6b..caae0c09 100644 --- a/build.sbt +++ b/build.sbt @@ -179,7 +179,7 @@ lazy val `quill-caliban` = "org.scalatest" %% "scalatest" % scalatestVersion % Test, "org.scalatest" %% "scalatest-mustmatchers" % scalatestVersion % Test, "org.postgresql" % "postgresql" % "42.6.0" % Test, - "com.softwaremill.sttp.tapir" %% "tapir-json-zio" % "1.8.2" % Test + "com.softwaremill.sttp.tapir" %% "tapir-json-zio" % "1.8.3" % Test ) ) .dependsOn(`quill-jdbc-zio` % "compile->compile")