From 1d261bb3aae0c8050c5f742d3801950e2d475c92 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 15 Mar 2021 05:05:23 +0000 Subject: [PATCH] Update sbt-github, sbt-github-header, ... to 0.9.2 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 688c2c3c..e7d94e93 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,8 +6,8 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18" addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.9.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.9.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.9.2") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.9.2") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.2") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")