From 38a71bc13a04b2a389ada47617e66727f8389878 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:01:47 +0200 Subject: [PATCH] chore(deps): update dependency com.github.sbt:sbt-git to v2.1.0 (#344) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 791d11e..3745806 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,5 +14,5 @@ addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.1") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"