From 34eadfa08c76c42a6cc0483db8f468725636b643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez?= Date: Mon, 8 Mar 2021 05:15:10 +0000 Subject: [PATCH] Update sbt-github-header, sbt-github-mdoc to 0.9.1 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ac525d4..6e4ca2a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,8 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.26") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.0") addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "1.4.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.9.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.9.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.9.1") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.4.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.4.1") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")