From b192a7c76a9eb521fe701902b7a5c23ca4657544 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 16 Dec 2020 05:22:19 +0000 Subject: [PATCH] Update sbt-github, sbt-github-header, ... to 0.9.0 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3c6f356..d1b13a3 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,8 +3,8 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.13" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.8.2") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.8.2") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.8.2") +addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.9.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.9.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.0") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")