Skip to content

Commit 66fb437

Browse files
authored
Merge pull request #106 from sbt/wip/sbt-2.0.1
Update default runner to sbt 2.0.1
2 parents fe88a15 + b1f5a17 commit 66fb437

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
### Setting the runner version
3131

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

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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
sbt-runner-version:
55
description: "The runner version (The actual version is controlled via project/build.properties)"
66
required: true
7-
default: 1.12.13
7+
default: 2.0.1
88
disk-cache:
99
description: "Enable sbt 2.x disk cache"
1010
required: false

0 commit comments

Comments
 (0)