Make sure std-benchmarks has all dependencies (#9504)

This commit is contained in:
Hubert Plociniczak 2024-03-21 11:57:40 +01:00 committed by GitHub
parent 44e679ce55
commit d488841722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"))