Skip to content

Commit

Permalink
Update sbt-buildinfo to 0.12.0 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 25, 2024
1 parent 7a23561 commit 2cbe4b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val betterMonadicFor = "0.3.1"
val kindProjector = "0.13.3"
val missinglink = "0.2.11"
val sbtBuildinfo = "0.11.0"
val sbtBuildinfo = "0.12.0"
val sbtDynver = "5.0.1"
val sbtMissinglink = "0.3.6"
val sbtRewarn = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val Dependencies = new {
val Versions = new {
val missinglink = "0.2.11"
val sbtBuildinfo = "0.11.0"
val sbtBuildinfo = "0.12.0"
val sbtCiRelease = "1.5.12"
val sbtMissinglink = "0.3.6"
val sbtRewarn = "0.1.3"
Expand Down

0 comments on commit 2cbe4b3

Please sign in to comment.