From cb24d937e075163b0422e9dc7ccba7a6562cf08f Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 5 Mar 2021 05:04:50 +0000 Subject: [PATCH] Update tapir-core, ... to 0.17.14 --- project/dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/dependencies.scala b/project/dependencies.scala index 5257f843..41f62d68 100644 --- a/project/dependencies.scala +++ b/project/dependencies.scala @@ -88,8 +88,8 @@ object dependencies extends AutoPlugin { private val tapir = Def.setting { Seq( "com.softwaremill.sttp.tapir" %% "tapir-core" % V.tapir % Provided, - "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "0.17.13" % Test, - "com.softwaremill.sttp.tapir" %% "tapir-openapi-circe-yaml" % "0.17.13" % Test + "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "0.17.14" % Test, + "com.softwaremill.sttp.tapir" %% "tapir-openapi-circe-yaml" % "0.17.14" % Test ) } @@ -109,7 +109,7 @@ object dependencies extends AutoPlugin { "org.tpolecat" %% "doobie-h2" % "0.10.0", "org.http4s" %% "http4s-dsl" % "0.21.20", "org.scalacheck" %% "scalacheck" % "1.15.3", - "com.softwaremill.sttp.tapir" %% "tapir-core" % "0.17.13", + "com.softwaremill.sttp.tapir" %% "tapir-core" % "0.17.14", "io.chrisdavenport" %% "fuuid" % "0.5.0" )