Skip to content

fix: Always use semicolon#227

Merged
eed3si9n merged 1 commit into
sbt:mainfrom
eed3si9n:wip/semi
Jun 23, 2026
Merged

fix: Always use semicolon#227
eed3si9n merged 1 commit into
sbt:mainfrom
eed3si9n:wip/semi

Conversation

@eed3si9n

Copy link
Copy Markdown
Member

Fixes #225

Problem

With sbt 2.x, the runner defaults to using sbtn,
which interprets sbt foo bar as a single command.

Solution

This injects semicolon as sbt "foo; bar"

**Problem**
With sbt 2.x, the runner defaults to using sbtn,
which interprets sbt foo bar as a single command.

**Solution**
This injects semicolon as sbt "foo; bar"
@eed3si9n eed3si9n merged commit 0e9d93e into sbt:main Jun 23, 2026
7 checks passed
@eed3si9n eed3si9n deleted the wip/semi branch June 23, 2026 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

githubWorkflowCheck step doesn't work with sbt 2

2 participants