Skip to content

Commit

Permalink
Update tapir-core, tapir-openapi-docs to 1.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Jul 24, 2024
1 parent de2fa2e commit f13b2c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ object dependencies extends AutoPlugin {
)

val tapir: Seq[ModuleID] = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.10.3",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.3" % Test,
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0" % Test
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.10.15",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.15" % Test,
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0" % Test
)

val fuuid: Seq[ModuleID] = Seq(
Expand All @@ -81,7 +81,7 @@ object dependencies extends AutoPlugin {
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.http4s" %% "http4s-dsl" % "0.23.26",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.10.3",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.10.15",
"io.chrisdavenport" %% "fuuid" % "0.8.0-M2"
)

Expand Down

0 comments on commit f13b2c2

Please sign in to comment.