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-sbt.git
The following commit(s) were added to refs/heads/main by this push:
new a56852a Update daffodil-core to 4.1.0
a56852a is described below
commit a56852a2c4bb0a34cdc6a715c9c76e11c672f0a3
Author: Scala Steward <[email protected]>
AuthorDate: Tue Feb 10 10:09:14 2026 -0500
Update daffodil-core to 4.1.0
Also add test for 4.1.0
---
build.sbt | 2 +-
src/sbt-test/sbt-daffodil/versions-01/test.script | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 86b8cf5..4093db5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -116,7 +116,7 @@ lazy val utils = (projectMatrix in file("utils"))
}
case "3" => {
Seq(
- "org.apache.daffodil" %% "daffodil-core" % "4.0.0" % "provided"
+ "org.apache.daffodil" %% "daffodil-core" % "4.1.0" % "provided"
)
}
}
diff --git a/src/sbt-test/sbt-daffodil/versions-01/test.script
b/src/sbt-test/sbt-daffodil/versions-01/test.script
index 6b8f968..3ebee0b 100644
--- a/src/sbt-test/sbt-daffodil/versions-01/test.script
+++ b/src/sbt-test/sbt-daffodil/versions-01/test.script
@@ -16,6 +16,12 @@
## under the License.
##
+> set daffodilVersion := "4.1.0"
+> packageDaffodilBin
+$ exists target/test-0.1-daffodil410.bin
+> test
+> clean
+
> set daffodilVersion := "4.0.0"
> packageDaffodilBin
$ exists target/test-0.1-daffodil400.bin