From 2e44f9da6f2144fd2af83282f4712a1679b35fa4 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:42:47 +0000 Subject: [PATCH] Update sbt-git to 2.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 429293e..7818087 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ name := "sbt-ghpages" organization := "com.github.sbt" -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")