Skip to content

Commit

Permalink
Update sbt-buildinfo to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Apr 6, 2024
1 parent 3a3f790 commit a89b67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.thesamet" % "sbt-protoc" % sbtProtocV)
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.3")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
Expand Down
2 changes: 1 addition & 1 deletion project/project/buildinfo.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
* This file is part of the Apache Pekko project, derived from Akka.
*/

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

0 comments on commit a89b67d

Please sign in to comment.