Skip to content

Commit

Permalink
Update openapi-circe-yaml to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 31, 2024
1 parent 1a0b630 commit e9c5703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val loggingDependencies = Seq(

val apiDocsDependencies = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % tapirVersion,
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.2.1",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.5",
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % tapirVersion
)

Expand Down

0 comments on commit e9c5703

Please sign in to comment.