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

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


The following commit(s) were added to refs/heads/main by this push:
     new c6fe5ad  Update genjavadoc-plugin to 0.18_2.12.15
c6fe5ad is described below

commit c6fe5adae4ecad289103221af7e6f23e1340e765
Author: Scala Steward <[email protected]>
AuthorDate: Wed Sep 15 14:10:44 2021 +0200

    Update genjavadoc-plugin to 0.18_2.12.15
---
 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 c4aa8c2..b16b63c 100644
--- a/daffodil-japi/build.sbt
+++ b/daffodil-japi/build.sbt
@@ -18,7 +18,7 @@
 enablePlugins(GenJavadocPlugin)
 enablePlugins(PublishJavadocPlugin)
 
-unidocGenjavadocVersion := "0.18"
+unidocGenjavadocVersion := "0.18_2.12.15"
 
 Genjavadoc / sources := (Genjavadoc / sources).value.filterNot { source =>
   source.toString.contains("$") || source.toString.contains("packageprivate")

Reply via email to