Skip to content

Commit 9d35a6d

Browse files
committed
sbt 2.0.0
1 parent 0d2fd1d commit 9d35a6d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.12
7+
default: 2.0.0
88
disk-cache:
99
description: "Enable sbt 2.x disk cache"
1010
required: false

example/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=2.0.0-RC13
1+
sbt.version=2.0.0

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.12.12
1+
sbt.version=2.0.0

0 commit comments

Comments
 (0)