From 41068ae334cec7b108b6c8a305dbe7945be15a18 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Wed, 12 Jul 2023 05:11:53 +0000 Subject: [PATCH] Update sbt-github, sbt-github-header, ... to 0.11.11 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7ec886e4..e554b0ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,9 +1,9 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.8") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.8") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.8") +addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.11") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.11") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.11") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0")