From 7679750f279fe9b92a6cf90ed87170f55df767e0 Mon Sep 17 00:00:00 2001 From: Lucas Kjaero-Zhang Date: Tue, 6 Dec 2022 01:35:24 +0000 Subject: [PATCH] Update sbt-git to 2.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9ad1467..73c2740 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")