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/03/27 11:57:20 UTC

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

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 ebbe5d5b0 Update Saxon-HE to 12.1
ebbe5d5b0 is described below

commit ebbe5d5b01ed9974035fb7127861d6460a765fa2
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Wed Mar 22 13:41:34 2023 +0000

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

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