stevedlawrence opened a new pull request, #9: URL: https://github.com/apache/daffodil-schema.g8/pull/9
- Use the new daffodil-tdml-junit API for tests - Remove "daffodil_plugin" setting from the giter8 properties. This setting is supposed to default to the latest version available on maven at the time of running "sbt new", but newer versions of SBT changes how plugins are published to maven such that they don't show up show up on search.maven.org. This means giter8 can't find the latest version. To fix this, this hard codes the plugin version to "1.+", which causes SBT to find the latest version which it can do since it doesn't rely on search.maven.org. - Bump scala, sbt, and github actions to their latest versions - Update GitHub action to additionally run on Java 21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
