Skip to content

Commit 5134eed

Browse files
committed
fix: connect the input to the compiler in sbt
1 parent 0ecc057 commit 5134eed

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
@@ -301,6 +301,7 @@ object Build {
301301

302302
// Avoid various sbt craziness involving classloaders and parallelism
303303
run / fork := true,
304+
run / connectInput := true,
304305
Test / fork := true,
305306
Test / parallelExecution := false,
306307

0 commit comments

Comments
 (0)