You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2022/02/18 14:46:16 UTC

[daffodil] branch main updated: Update Saxon-HE to 11.2

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 e020b73  Update Saxon-HE to 11.2
e020b73 is described below

commit e020b73e373cec2528b3f0b604e836d77ba52e4e
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Fri Feb 18 14:04:06 2022 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7391211..315fb7b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -56,6 +56,6 @@ object Dependencies {
   )
 
   lazy val schematron = Seq(
-    "net.sf.saxon" % "Saxon-HE" % "11.1.1",
+    "net.sf.saxon" % "Saxon-HE" % "11.2",
   )
 }