From 3e20039903dfe58dd722d1a14a71358450ec472b Mon Sep 17 00:00:00 2001 From: Lunfu Zhong <zhong.lunfu@gmail.com> Date: Mon, 18 Oct 2021 06:23:30 +0000 Subject: [PATCH] Update sbt-git to 1.0.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6224920..942d1d0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")