From 7d136f962c338e0abf6382b206c8898001bc044f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 May 2021 19:08:40 +0200 Subject: [PATCH] Update sbt-git to 1.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4360273..7851507 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,7 +28,7 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") // Versioning -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1") // Monitoring addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2")