Skip to content

Commit

Permalink
Upgrade sbt-buildinfo from 0.11.0 to 0.12.0 (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Mar 25, 2024
1 parent 439fefc commit 1f9b77d
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 @@ -12,7 +12,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.3")

// Make sbt build information available to the runtime
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

// This plugin is able to generate a license report from all used licenses.
// sbt> dumpLicenseReport
Expand Down

0 comments on commit 1f9b77d

Please sign in to comment.