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 2023/05/04 11:29:11 UTC

[daffodil] branch main updated: Update Saxon-HE to 12.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 b8ec3ebd6 Update Saxon-HE to 12.2
b8ec3ebd6 is described below

commit b8ec3ebd63eb97799847650a89102b080fee14c6
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Wed May 3 13:12:02 2023 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 59184d731..badfbc2a0 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -57,7 +57,7 @@ object Dependencies {
   )
 
   lazy val schematron = Seq(
-    "net.sf.saxon" % "Saxon-HE" % "12.1",
+    "net.sf.saxon" % "Saxon-HE" % "12.2",
   )
 
   lazy val exi = Seq(