From 1abea06358f5ee7c67c1ecbc78da179fde68d6d9 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 27 Oct 2023 05:09:42 +0000 Subject: [PATCH] Update tapir-core, tapir-openapi-docs to 1.8.3 --- project/dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/dependencies.scala b/project/dependencies.scala index 8ce14fcb..2cbb4ce6 100644 --- a/project/dependencies.scala +++ b/project/dependencies.scala @@ -62,8 +62,8 @@ object dependencies extends AutoPlugin { ) val tapir: Seq[ModuleID] = Seq( - "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.8.2", - "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.8.2" % Test, + "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.8.3", + "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.8.3" % Test, "com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.7.1" % Test ) @@ -81,7 +81,7 @@ object dependencies extends AutoPlugin { "org.tpolecat" %% "doobie-h2" % "1.0.0-RC4", "org.http4s" %% "http4s-dsl" % "0.23.23", "org.scalacheck" %% "scalacheck" % "1.17.0", - "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.8.2", + "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.8.3", "io.chrisdavenport" %% "fuuid" % "0.8.0-M2" )