Skip to content

Commit

Permalink
Update openapi-circe-yaml to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Aug 9, 2024
1 parent de2fa2e commit 9ecebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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.apispec" %% "openapi-circe-yaml" % "0.11.3" % Test
)

val fuuid: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 9ecebdf

Please sign in to comment.