From 656856a3eedc6ebedcee143e74e1e13649ce977f Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 14 Aug 2020 05:10:35 +0000 Subject: [PATCH] Update sbt-mdoc to 2.2.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3ce3df1..14b46ca 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.4") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.5") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")