Skip to content

Commit

Permalink
Merge pull request #2868 from scala-steward/update/sbt-buildinfo-0.12.0
Browse files Browse the repository at this point in the history
Update sbt-buildinfo to 0.12.0
  • Loading branch information
konnov committed Aug 14, 2024
2 parents b54d097 + 237433f commit 78909a2
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 @@ -7,7 +7,7 @@ addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0")
// https://github.com/scoverage/sbt-scoverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
// https://github.com/sbt/sbt-buildinfo
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
// https://github.com/sbt/sbt-native-packager
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
// https://scalacenter.github.io/scalafix/docs/users/installation.html
Expand Down

0 comments on commit 78909a2

Please sign in to comment.