From 7fbfb92b8f0a8e92e2a50afe8f3bd0ddf22026c6 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:14:14 +0000 Subject: [PATCH] Update sbt-git to 2.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 879bb1f..2d9bc7d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers += // Use git in sbt, show git prompt and use versions from git. // sbt> git -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") // Automatically adds license information to each source code file. addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")