Skip to content

Commit 34977c3

Browse files
committed
Fix load path in test/BUILD
Tested with bazel test //... (ci.bazel.io job)
1 parent b135622 commit 34977c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("//tools/build_defs/scala:scala.bzl", "scala_binary", "scala_library", "scala_test")
1+
load("//scala:scala.bzl", "scala_binary", "scala_library", "scala_test")
22

33
# The examples below show how to combine Scala and Java rules.
44
# ScalaBinary is the Scala equivalent of JavaBinary.

0 commit comments

Comments
 (0)