Skip to content

Commit 2a1e9e2

Browse files
authored
Merge pull request #176 from scala/backport-lts-3.3-22336
Backport "Connect the input to the compiler in `sbt`" to 3.3 LTS
2 parents bbad660 + df5e6d6 commit 2a1e9e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ object Build {
206206

207207
// Avoid various sbt craziness involving classloaders and parallelism
208208
run / fork := true,
209+
run / connectInput := true,
209210
Test / fork := true,
210211
Test / parallelExecution := false,
211212

0 commit comments

Comments
 (0)