diff --git a/build.sbt b/build.sbt index 1deee7fa..2240a4e0 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 diff --git a/project/plugins.sbt b/project/plugins.sbt index 94c67b35..fe862bad 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")