From 36aab887e08534ff2d51111ed14b7413cf97219f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 May 2021 19:44:17 +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 6e4e5fa95..69d657259 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ logLevel := Level.Warn -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")