Skip to content

Commit

Permalink
use new slash syntax in test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 8, 2024
1 parent 229589d commit 05c3a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-release/tasks-as-steps/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ commands ++= Seq(myCommand, myInputCommand, myCommand2, myInputCommand2)

releaseProcess := Seq[ReleaseStep](
releaseStepTask(myTask),
releaseStepTaskAggregated(myAggregatedTask in root),
releaseStepTaskAggregated(root / myAggregatedTask),
releaseStepInputTask(myInputTask),
releaseStepInputTask(myInputTask, " custominputtask"),
releaseStepCommand(myCommand),
Expand Down

0 comments on commit 05c3a64

Please sign in to comment.