Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ steps:
### Setting the runner version

The `sbt` runner is typically compatible with all modern sbt releases.
However, the launcher distributed by sbt 2.x will require JDK 17.
In the future, the launcher distributed by sbt 2.x may require JDK 17.

You can pin the `sbt` runner back to sbt 1.x to run JDK 8:

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
sbt-runner-version:
description: "The runner version (The actual version is controlled via project/build.properties)"
required: true
default: 1.12.13
default: 2.0.1
disk-cache:
description: "Enable sbt 2.x disk cache"
required: false
Expand Down