Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma-steward[bot] committed Sep 15, 2024
1 parent e1feade commit 3309a99
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 @@ -16,7 +16,7 @@ lazy val `tapir-golden-openapi-munit` = module
.settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.11.3")
.settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.11.3")
.settings(libraryDependencies += "com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.3")
.settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.1")
.settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.2")

lazy val `tapir-golden-openapi-munit-validator` = module
.dependsOn(`tapir-golden-openapi-munit`)
Expand Down

0 comments on commit 3309a99

Please sign in to comment.