use sbt-dynver (#27042)

This commit is contained in:
Arnout Engelen 2019-12-16 14:33:17 +01:00 committed by GitHub
parent b5576870fc
commit 3a35851fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 11 deletions

View file

@ -24,3 +24,4 @@ addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.18")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.1") // 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("com.dwijnand" % "sbt-dynver" % "4.0.0")