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 changed to 4.1.0daffodilPlugin and daffodilBin ModuleID enrichments, used for
specifying dependencies to a Daffodil plugin or a saved parserWe now recommend the use of the more modern SBT project definition
syntax and the .daffodilProject() function. This adds a number of
enhancements that follow best practices, and includes improved support
for building/testing/etc. with multiple Daffodil versions. When using
this function, existing settings can be used except for
daffodilProjectVersionInfos, which is ignored if specified.
Plugins artifacts no longer contain the Scala cross version. They are now
built with a classifier specific to the version of daffodil they are built
with (e.g. -daffodilXYZ) similar to saved parsers.