From 12359aa641f4bf40e6c09d88c46db0601a636eae Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 24 Jun 2022 05:16:18 +0000 Subject: [PATCH] Update tapir-core, tapir-openapi-docs to 1.0.1 --- project/dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/dependencies.scala b/project/dependencies.scala index 2f12c61d..eae67c56 100644 --- a/project/dependencies.scala +++ b/project/dependencies.scala @@ -44,8 +44,8 @@ object dependencies extends AutoPlugin { ) private val tapir = List( - "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.0.0", - "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.0.0" % Test, + "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.0.1", + "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.0.1" % Test, "com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.2.1" % Test ) @@ -63,7 +63,7 @@ object dependencies extends AutoPlugin { "org.tpolecat" %% "doobie-h2" % "1.0.0-RC2", "org.http4s" %% "http4s-dsl" % "0.23.12", "org.scalacheck" %% "scalacheck" % "1.16.0", - "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.0.0", + "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.0.1", "io.chrisdavenport" %% "fuuid" % "0.8.0-M2" )