diff --git a/build.sbt b/build.sbt index f5c79b15ba07..646e5fb3ba5c 100644 --- a/build.sbt +++ b/build.sbt @@ -2468,7 +2468,8 @@ lazy val `std-benchmarks` = (project in file("std-bits/benchmarks")) ) .dependsOn(`bench-processor`) .dependsOn(`runtime-fat-jar`) - .dependsOn(`std-table`) + .dependsOn(`std-table` % "provided") + .dependsOn(`std-base` % "provided") lazy val editions = project .in(file("lib/scala/editions"))