From 3caa219dd5bbc6f8c2651b67cdb56ff972e27950 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 9 Jul 2021 15:18:10 +0200 Subject: [PATCH] Update sbt-reproducible-builds to 0.28 (#30380) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fc81f370f5..3d548d4d6c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.38") addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.18") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") -addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.25") +addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.28") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")