Skip to content

Commit

Permalink
Update sbt-buildinfo to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 9, 2024
1 parent 64742e3 commit ffbb140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ logLevel := Level.Warn

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.11")

Expand Down

0 comments on commit ffbb140

Please sign in to comment.