From 3194b0ab6e68a20c953673b8beef40360db83e79 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 8 Feb 2021 06:25:59 +0100 Subject: [PATCH] Update mdoc_2.13, sbt-mdoc to 2.2.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ddd703db..9b166f09 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.16") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.17") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.0")