Update sbt-reproducible-builds (#27545)

This commit is contained in:
Arnout Engelen 2019-08-27 09:28:05 +02:00 committed by GitHub
parent 6a32c00b80
commit 0357f763c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") // for maintenance of copyright file header
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.21")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.22")
// used for @unidoc directive
libraryDependencies += "io.github.classgraph" % "classgraph" % "4.4.12"