diff --git a/project/plugins.sbt b/project/plugins.sbt index f54a953..0da086a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,6 @@ logLevel := Level.Warn addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") \ No newline at end of file +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") + +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") \ No newline at end of file