From 78a357e0f5a72b3c9561677b4cf21bfdf3df3795 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 14 Jan 2020 11:22:20 +0100 Subject: [PATCH] Update sbt-reproducible-builds to 0.23 (#28485) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 08171600e1..f1e8ae70f0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -23,5 +23,5 @@ addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.29") addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.18") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") // for maintenance of copyright file header addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") -addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.22") +addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.23") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")