Skip to content

Commit

Permalink
Merge pull request #3029 from scala-steward/update/sbt-buildinfo-0.13.0
Browse files Browse the repository at this point in the history
Update sbt-buildinfo to 0.13.0
  • Loading branch information
konnov authored Nov 4, 2024
2 parents 29a1527 + 90b898e commit a538a48
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.2.1")
// https://github.com/sbt/sbt-buildinfo
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
// https://github.com/sbt/sbt-native-packager
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
// https://scalacenter.github.io/scalafix/docs/users/installation.html
Expand Down

0 comments on commit a538a48

Please sign in to comment.