From f6f1087758eb0d49e8e9dd139f898fb46de4b3a6 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Thu, 11 Oct 2018 05:44:14 +0200 Subject: [PATCH] Update sbt-git to 0.6.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cb33fa2..9583722 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.4") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")