Skip to content

Commit

Permalink
Bump to rules_jvm_external 6.7 and remove an unused use_repo (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c authored Feb 11, 2025
1 parent ec85c7b commit 9eeb297
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bazel_dep(name = "protobuf", version = "29.1", repo_name = "com_google_protobuf"
bazel_dep(name = "rules_cc", version = "0.0.16")
bazel_dep(name = "rules_go", version = "0.52.0")
bazel_dep(name = "rules_java", version = "7.12.2")
bazel_dep(name = "rules_jvm_external", version = "6.6")
bazel_dep(name = "rules_jvm_external", version = "6.7")
bazel_dep(name = "rules_proto", version = "7.0.2")

bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.7.1", dev_dependency = True)
Expand Down Expand Up @@ -166,7 +166,6 @@ use_repo(
"com_google_j2objc_j2objc_annotations",
"contrib_rules_jvm_deps",
"org_apache_tomcat_annotations_api",
"unpinned_contrib_rules_jvm_deps",
)

dev_maven = use_extension(
Expand Down

0 comments on commit 9eeb297

Please sign in to comment.