From 69a7ca2a8f3b653176db6f7ecbaaa7be89f40f90 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 12 Jul 2021 05:18:31 +0000 Subject: [PATCH] Update sbt-github, sbt-github-mdoc to 0.9.3 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0187bf38..b2c660b9 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,7 +13,7 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1. addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20") -addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.9.2") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.2") +addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.9.3") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.3") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")