Skip to content

Releases: olafurpg/setup-scala

setup-scala v14

18 Feb 06:51
Compare
Choose a tag to compare

⚠️ This action is deprecated ⚠️

This action is no longer maintained. Please migrate to actions/setup-java or coursier/setup-action

What's Changed

New Contributors

Full Changelog: v13...v14

setup-scala v13

02 Aug 07:54
Compare
Choose a tag to compare
  • #43 Use official sbt launcher script instead of sbt-extras. By @SethTisue

⚠️ Deprecation notice: 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

01 Jun 09:51
Compare
Choose a tag to compare

setup-scala v11

31 May 14:06
Compare
Choose a tag to compare

setup-scala v10

10 Oct 08:13
Compare
Choose a tag to compare
  • #28 and #23 Add support to directly install a custom Java from a URL like graalvm@20.2.0=tgz+https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-20.2.0/graalvm-ce-java11-linux-amd64-20.2.0.tar.gz
  • #25 Fix security warnings

setup-scala v8

05 Oct 10:56
Compare
Choose a tag to compare

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

27 Nov 16:48
Compare
Choose a tag to compare

Identical to v6 except this release targets the master-node_modules directory.

setup-scala v6

27 Nov 16:21
Compare
Choose a tag to compare

Sets the environment variable CI=true for consistency with Travis CI.

setup-scala v5

29 Sep 17:41
Compare
Choose a tag to compare

Adds Windows support!

setup-scala v4

26 Sep 10:43
Compare
Choose a tag to compare

Fixes a bug on macOS where sbt was not on the $PATH.

The action is now tested in CI to prevent regressions.