Skip to content

Commit

Permalink
Update openapi-circe-yaml to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 22, 2023
1 parent 052b40d commit fcf15de
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.6.0",
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % tapirVersion
)

Expand Down

0 comments on commit fcf15de

Please sign in to comment.