diff --git a/examples/project/plugins.sbt b/examples/project/plugins.sbt index 0a2de6a0..7f69fc8b 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.2") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") diff --git a/project/plugins.sbt b/project/plugins.sbt index 55e51130..cedd87d2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ logLevel := Level.Warn -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")