Skip to content

Commit

Permalink
Update openapi-circe-yaml to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez authored Oct 13, 2023
1 parent b88e439 commit 68eaf33
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.8.1",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.8.1" % Test,
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.6.3" % Test
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.7.1" % Test
)

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

0 comments on commit 68eaf33

Please sign in to comment.