diff --git a/build.sbt b/build.sbt index 1f13669c9..d761f7f1d 100644 --- a/build.sbt +++ b/build.sbt @@ -648,7 +648,7 @@ lazy val sbtProj = (project in file("sbt")) Test / run / outputStrategy := Some(StdoutOutput), Test / run / fork := true, ) - .configure(addSbtCompilerBridge) + .configure(addSbtIO, addSbtCompilerBridge) lazy val sbtBig = (project in file(".big")) .dependsOn(sbtProj)