From 64b757f269569aca0e66d2361940e85ec469a313 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 24 Oct 2022 14:35:47 +0800 Subject: [PATCH] Update sbt-git to 2.0.0 (#99) * Update sbt-git to 2.0.0 * Bump sbt-ci-release. --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c5361b9..528515c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,6 +12,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")