Skip to content

Commit

Permalink
Run the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 23, 2024
1 parent 552df4f commit f572a26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/java-export/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module(name = "rules_jvm_external_example_java_export")

protobuf_version = "21.7"

bazel_dep(name = "protobuf", version = protobuf_version, repo_name = "com_google_protobuf")
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf", version = protobuf_version)
bazel_dep(name = "rules_jvm_external", version = "ignored")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")

Expand All @@ -12,6 +12,7 @@ local_path_override(
)

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")

maven.install(
artifacts = [
"com.google.guava:guava:29.0-jre",
Expand All @@ -20,4 +21,5 @@ maven.install(
fetch_sources = True,
lock_file = "//:maven_install.json",
)

use_repo(maven, "maven")

0 comments on commit f572a26

Please sign in to comment.