From 04b928e275a94d8862f3de33fc2775c4b433e428 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:01:44 +0400 Subject: [PATCH] Update tapir-json-zio to 1.8.2 (#377) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 51f44f01..2231c441 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.7.6" % Test + "com.softwaremill.sttp.tapir" %% "tapir-json-zio" % "1.8.2" % Test ) ) .dependsOn(`quill-jdbc-zio` % "compile->compile")