There was an error while loading. Please reload this page.
2 parents fe88a15 + b1f5a17 commit 66fb437Copy full SHA for 66fb437
2 files changed
README.md
@@ -30,7 +30,7 @@ steps:
30
### Setting the runner version
31
32
The `sbt` runner is typically compatible with all modern sbt releases.
33
-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.
34
35
You can pin the `sbt` runner back to sbt 1.x to run JDK 8:
36
action.yml
@@ -4,7 +4,7 @@ inputs:
4
sbt-runner-version:
5
description: "The runner version (The actual version is controlled via project/build.properties)"
6
required: true
7
- default: 1.12.13
+ default: 2.0.1
8
disk-cache:
9
description: "Enable sbt 2.x disk cache"
10
required: false
0 commit comments