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 256be9a  Update Saxon-HE to 10.6
256be9a is described below

commit 256be9a24802a8972a31c8bc72ed0f48e14ba5a8
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 17 14:06:08 2021 +0200

    Update Saxon-HE to 10.6
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ed8cb95..0536c5a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -55,6 +55,6 @@ object Dependencies {
   )
 
   lazy val schematron = Seq(
-    "net.sf.saxon" % "Saxon-HE" % "10.5"
+    "net.sf.saxon" % "Saxon-HE" % "10.6"
   )
 }

Reply via email to