Skip to content

Commit

Permalink
Update tapir-core, tapir-openapi-docs to 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Feb 5, 2024
1 parent 0786d8c commit c7df769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ object dependencies extends AutoPlugin {
)

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

Expand All @@ -81,7 +81,7 @@ object dependencies extends AutoPlugin {
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.http4s" %% "http4s-dsl" % "0.23.25",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.9.8",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.9.9",
"io.chrisdavenport" %% "fuuid" % "0.8.0-M2"
)

Expand Down

0 comments on commit c7df769

Please sign in to comment.