Skip to content

Commit

Permalink
update WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Oct 3, 2024
1 parent f9ac79c commit b753a35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ scala_proto_register_toolchains()
load("@annex_proto//:defs.bzl", annex_proto_pinned_maven_install = "pinned_maven_install")

annex_proto_pinned_maven_install()

load("@bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()
2 changes: 1 addition & 1 deletion scala/common/sbt-testing/SubprocessRunner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object SubprocessTestRunner:
val request = input.readObject().asInstanceOf[TestRequest]
val classLoader = ClassLoaders.sbtTestClassLoader(request.classpath.map(path => Paths.get(path).toUri.toURL))

val loader = TestFrameworkLoader(classLoader, request.logger)
val loader = TestFrameworkLoader(classLoader)
val framework = loader.load(request.framework).get

val passed = ClassLoaders.withContextClassLoader(classLoader) {
Expand Down

0 comments on commit b753a35

Please sign in to comment.