From 077335a54b26f7c4f89684f42f338084c39c7020 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Fri, 12 Oct 2018 01:50:10 +0200 Subject: [PATCH] Update sbt-git to 0.9.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9583722..45ad112 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.4") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")