Potentially fix further std-benchmarks issues (#9541)

This commit is contained in:
Hubert Plociniczak 2024-03-27 10:31:15 +01:00 committed by GitHub
parent 76061e1c04
commit 5d7cbccb77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2470,6 +2470,7 @@ lazy val `std-benchmarks` = (project in file("std-bits/benchmarks"))
.dependsOn(`runtime-fat-jar`)
.dependsOn(`std-table` % "provided")
.dependsOn(`std-base` % "provided")
.dependsOn(`benchmark-java-helpers` % "provided")
lazy val editions = project
.in(file("lib/scala/editions"))