about sbt-github-actions
sbt-github-actions is an sbt plugin, originally developed by Daniel Spiewak in 2020, to generate GitHub Actions YAML from build.sbt
file.
change with compatibility implications
- Default runner was changed from
temurin@8
tozulu@8
since Temurin JDK 8 is not available for ARM macOS images by @eed3si9n in #187
update
- Adds
sbt/setup-sbt
step to installsbt
runner script since it is no longer installed by default in newer runner images by @eed3si9n in #187
Full Changelog: v0.23.0...v0.24.0