Skip to content

Commit

Permalink
Update openapi-circe-yaml to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Mar 20, 2024
1 parent 66aded2 commit f4541c9
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.0",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.0" % Test,
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.7.4" % Test
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0" % Test
)

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

0 comments on commit f4541c9

Please sign in to comment.