Skip to content

Commit 6b97f38

Browse files
author
Jaden Peterson
committed
fixup! 8db5a51 Fixed failing builds
1 parent 816159a commit 6b97f38

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/testing/multi_frameworks_toolchain/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ setup_scala_testing_toolchain(
3131
],
3232
specs2_junit_classpath = [
3333
"@io_bazel_rules_scala_org_specs2_specs2_junit",
34+
"@org_portable_scala_portable_scala_reflect",
35+
"@org_scala_sbt_test_interface",
3436
],
3537
)

specs2/specs2_junit.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ load("//third_party/repositories:repositories.bzl", "repositories")
1313
def specs2_junit_artifact_ids():
1414
return [
1515
"io_bazel_rules_scala_org_specs2_specs2_junit",
16+
"org_portable_scala_portable_scala_reflect",
17+
"org_scala_sbt_test_interface",
1618
]
1719

1820
def specs2_junit_repositories(

0 commit comments

Comments
 (0)