From 11b228651ba086c7d0d349b9a1716168bb85098a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Mar 2022 20:12:28 +0200 Subject: [PATCH 1/2] Update sbt-git to 2.0.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 31f0b079..d1c7f347 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.9.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5") addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.8.1") From 68e168e89dfdd57d7f2826a52ff63d128dcd06f1 Mon Sep 17 00:00:00 2001 From: eikek Date: Sat, 9 Apr 2022 14:25:41 +0200 Subject: [PATCH 2/2] Fix import for sbt-git keys --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 68d42239..fef54e41 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ import com.github.eikek.sbt.openapi._ -import com.typesafe.sbt.SbtGit.GitKeys._ +import com.github.sbt.git.SbtGit.GitKeys._ import docspell.build._ import de.heikoseeberger.sbtheader.CommentBlockCreator