Skip to content

Commit

Permalink
Merge pull request #532 from innFactory/update/sbt-play-swagger-2.0.1
Browse files Browse the repository at this point in the history
chore: update sbt-play-swagger from 2.0.0 to 2.0.1
  • Loading branch information
mergify[bot] authored Jan 22, 2024
2 parents 7c1abac + 94102b2 commit 8e04bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.github.play-swagger" % "sbt-play-swagger" % "2.0.0")
addSbtPlugin("io.github.play-swagger" % "sbt-play-swagger" % "2.0.1")

addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")

Expand Down

0 comments on commit 8e04bdf

Please sign in to comment.