Skip to content

Commit

Permalink
Merge pull request #2905 from eikek/update/sbt-native-packager-1.11.0
Browse files Browse the repository at this point in the history
Update sbt-native-packager to 1.11.0
  • Loading branch information
mergify[bot] authored Jan 6, 2025
2 parents af4286d + 1e4a271 commit 473f70c
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 @@ -4,7 +4,7 @@ addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.13.1")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.14.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
Expand Down

0 comments on commit 473f70c

Please sign in to comment.