Skip to content

Commit

Permalink
fix: connect the input to the compiler in sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed Jan 10, 2025
1 parent 0ecc057 commit 5134eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ object Build {

// Avoid various sbt craziness involving classloaders and parallelism
run / fork := true,
run / connectInput := true,
Test / fork := true,
Test / parallelExecution := false,

Expand Down

0 comments on commit 5134eed

Please sign in to comment.