From cf9b7ce15726aae6240f432e7c2fa3e19d80a4d6 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Mon, 29 Apr 2019 13:27:14 +0200 Subject: [PATCH] Update sbt-dynver to 3.3.0+16-0f6d7799 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ad2ddda..ebaa639 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.0.1 addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5") -addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0+14-76cb6848") +addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0+16-0f6d7799") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")