From 6e2cdee6c95d354b2ea9b7efdd46364040177f65 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 14 Nov 2022 00:24:01 -0500 Subject: [PATCH] Update tapir-core, tapir-openapi-docs to 1.2.1 --- project/dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/dependencies.scala b/project/dependencies.scala index 8ffa75ca..df1cb56f 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.2.0", - "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.2.0" % Test, + "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.2.1", + "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.2.1" % Test, "com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.3.1" % Test ) @@ -63,7 +63,7 @@ object dependencies extends AutoPlugin { "org.tpolecat" %% "doobie-h2" % "1.0.0-RC2", "org.http4s" %% "http4s-dsl" % "0.23.16", "org.scalacheck" %% "scalacheck" % "1.17.0", - "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.2.0", + "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.2.1", "io.chrisdavenport" %% "fuuid" % "0.8.0-M2" )