From 0cb8dda3c5500b8469367adefa775ad09cea09c0 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Sun, 16 Sep 2018 07:42:56 +0200 Subject: [PATCH] Update sbt-unidoc to 0.4.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 97335ba740..afb5ba3706 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtCoursier -addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") +addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2") addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.8") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")