Skip to content

Commit

Permalink
bazel run gazelle
Browse files Browse the repository at this point in the history
  • Loading branch information
pcj committed Dec 3, 2023
1 parent 995db88 commit cb52fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions language/scala/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ go_library(
"@bazel_gazelle//rule:go_default_library",
"@build_stack_rules_proto//pkg/protoc",
"@com_github_bazelbuild_buildtools//build:go_default_library",
"@com_github_bmatcuk_doublestar_v4//:doublestar",
"@com_github_pcj_mobyprogress//:mobyprogress",
],
)
Expand Down Expand Up @@ -83,6 +84,7 @@ go_test(
"language_test.go",
"loads_test.go",
"scala_config_test.go",
"scala_package_test.go",
"scala_rule_test.go",
],
data = [":gazelle"] + glob(["testdata/**"]),
Expand Down

0 comments on commit cb52fff

Please sign in to comment.