From 473bea93c1ad91884f3e75748adb2a6ba03d6309 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 Jul 2020 00:03:26 +0200 Subject: [PATCH] Update sbt-dynver to 4.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b3b1fcffbf..d15be601e9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,5 +24,5 @@ addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.18") 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.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")