From c8d1445d6e607459cae0d78732c8a5fca7b85c93 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 1 Dec 2020 20:44:51 +0100 Subject: [PATCH] Update mdoc, sbt-mdoc to 2.2.13 (#189) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3779a454..d860a4e7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.5") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.12") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.13") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")