Skip to content

Commit 3afe9cf

Browse files
authored
Merge pull request #100 from sbt/wip/revert
Revert "sbt 2.0.0"
2 parents 18c5326 + b00de36 commit 3afe9cf

4 files changed

Lines changed: 4 additions & 7 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: 2.0.0
7+
default: 1.12.12
88
disk-cache:
99
description: "Enable sbt 2.x disk cache"
1010
required: false

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import java.util.regex.Pattern
22

3-
@transient
4-
lazy val updateYml = taskKey[Unit]("")
5-
6-
updateYml := {
3+
TaskKey[Unit]("updateYml") := {
74

85
val location = baseDirectory.value / "action.yml"
96
val oldContent = IO.read(location)

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
1+
sbt.version=2.0.0-RC13

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
1+
sbt.version=1.12.12

0 commit comments

Comments
 (0)