The above release files should be verified using the PGP signatures and the project release KEYS. See verification instructions for a description of using the PGP and KEYS files for verification. A SHA512 checksum is also provided as an alternative verification method.
This is a minor release of the Apache Daffodil SBT Plugin.
See the GitHub page for details to enable and configure.
daffodilVersion setting is updated to 3.11.0daffodilPackageBinVersions := Seq("3.10.0", "3.11.0")
is not supported as Daffodil 3.10.0 requires Scala 2.12 and Daffodil 3.11.0
requires Scala 2.13. Building them separately or in different SBT subprojects
with the appropriate changes to daffodilVersion and
daffodilPackageBinVersions is supported, assuming all Scala based
test/plugin/layer code is cross compatible between Scala 2.12 and 2.13.
See Daffodil 3.11.0 and Scala 2.13 Transition
for more details.