From fc21ae1f458a4b1dc37cbed84ee2ed01b1ef8430 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 20 Oct 2021 05:05:32 +0000 Subject: [PATCH] Update sbt-github, sbt-github-header, ... to 0.10.1 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 510eac61..f419db7f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,9 +6,9 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23" addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.10.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.10.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.10.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.10.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.10.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.10.1") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")