diff --git a/project/plugins.sbt b/project/plugins.sbt index 8a34ef0317..b3a5c0c7c2 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")