From 5a912e0de406450edb8d98cba28657d7c34c6703 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Oct 2021 15:33:35 +0200 Subject: [PATCH] Update sbt-git to 1.0.2 --- examples/project/plugins.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/project/plugins.sbt b/examples/project/plugins.sbt index b20584d4..0a2de6a0 100644 --- a/examples/project/plugins.sbt +++ b/examples/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") diff --git a/project/plugins.sbt b/project/plugins.sbt index b0384e77..3353d1fd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ logLevel := Level.Warn -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")