You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2021/07/21 16:22:57 UTC

[daffodil] branch master updated: Update genjavadoc-plugin to 0.18

This is an automated email from the ASF dual-hosted git repository.

jinterrante pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 309aa83  Update genjavadoc-plugin to 0.18
309aa83 is described below

commit 309aa836f2737a43331439da99da9a20c5547a23
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Thu Jul 15 18:09:06 2021 +0200

    Update genjavadoc-plugin to 0.18
---
 daffodil-japi/build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daffodil-japi/build.sbt b/daffodil-japi/build.sbt
index 686d7a6..c4aa8c2 100644
--- a/daffodil-japi/build.sbt
+++ b/daffodil-japi/build.sbt
@@ -18,7 +18,7 @@
 enablePlugins(GenJavadocPlugin)
 enablePlugins(PublishJavadocPlugin)
 
-unidocGenjavadocVersion := "0.17"
+unidocGenjavadocVersion := "0.18"
 
 Genjavadoc / sources := (Genjavadoc / sources).value.filterNot { source =>
   source.toString.contains("$") || source.toString.contains("packageprivate")