Use sbt-publish-rsync rather than our own (#28868)

This commit is contained in:
Arnout Engelen 2020-04-28 11:49:42 +02:00 committed by GitHub
parent 6b5d544deb
commit ad2bd70213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 33 deletions

View file

@ -25,3 +25,4 @@ 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.24")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")