Releases: olafurpg/setup-scala
Releases · olafurpg/setup-scala
setup-scala v14
⚠️ This action is deprecated ⚠️
This action is no longer maintained. Please migrate to actions/setup-java or coursier/setup-action
What's Changed
- Update Node by @nightscape in #58
New Contributors
- @nightscape made their first contribution in #58
Full Changelog: v13...v14
setup-scala v13
- #43 Use official
sbt
launcher script instead of sbt-extras. By @SethTisue
csbt
and sbtx
launcher scripts will be removed in the next release. The official sbt
script will be the only supported script going forward.
setup-scala v12
setup-scala v11
setup-scala v10
setup-scala v8
GitHub Action to install any version of Java (GraalVM, Java 8, Java 11, Java 14, ...) via Jabba. Works for any JVM language including Java, Scala and Kotlin.
setup-scala v7
Identical to v6 except this release targets the master-node_modules
directory.
setup-scala v6
Sets the environment variable CI=true
for consistency with Travis CI.
setup-scala v5
Adds Windows support!
setup-scala v4
Fixes a bug on macOS where sbt
was not on the $PATH
.
The action is now tested in CI to prevent regressions.