Skip to content

Commit

Permalink
Update openapi-circe-yaml to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Sep 27, 2023
1 parent 2d9adcd commit f1e66c9
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.7.4",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.7.4" % Test,
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.6.0" % Test
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.6.2" % Test
)

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

0 comments on commit f1e66c9

Please sign in to comment.