Skip to content

Commit

Permalink
Fix std-benchmarks module path (#11674)
Browse files Browse the repository at this point in the history
Fixes the `sbt std-benchmarks/run` runtime module path. Before #11615 the `std-benchmarks` had `logging-service-logback` as a [transitive dependency of the `ydoc-server`](https://github.com/enso-org/enso/pull/11615/files#diff-5634c415cd8c8504fdb973a3ed092300b43c4b8fc1e184f7249eb29a55511f91L4052). Now is should be provided explicitly.
  • Loading branch information
4e6 authored Nov 27, 2024
1 parent 7eca04a commit 6913154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4089,6 +4089,7 @@ lazy val `std-benchmarks` = (project in file("std-bits/benchmarks"))
)
.dependsOn(`bench-processor`)
.dependsOn(`ydoc-polyfill`)
.dependsOn(`logging-service-logback`)
.dependsOn(`runtime-language-arrow`)
.dependsOn(`syntax-rust-definition`)
.dependsOn(`profiling-utils`)
Expand Down

0 comments on commit 6913154

Please sign in to comment.