diff --git a/project/plugins.sbt b/project/plugins.sbt index bbae590e..156d2a59 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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") diff --git a/project/project/buildinfo.sbt b/project/project/buildinfo.sbt index 10389b1a..e78f170d 100644 --- a/project/project/buildinfo.sbt +++ b/project/project/buildinfo.sbt @@ -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")