Skip to content

Commit

Permalink
Update Bazel module versions (#661)
Browse files Browse the repository at this point in the history
* Update Bazel module versions

* remove modules that do not need to be specified
  • Loading branch information
drinckes authored Dec 23, 2024
1 parent 75f48b4 commit 1db90df
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ module(
version = "1.0",
)

# bazel-skylib required by #@io_bazel_rules_closure.
# https://github.com/bazelbuild/bazel-skylib
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# googletest required by c/BUILD.
# https://github.com/google/googletest
bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "rules_proto", version = "6.0.2") # Deprecated (moved), TODO find new URL
bazel_dep(name = "rules_java", version = "7.8.0")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "rules_python", version = "0.33.2")

0 comments on commit 1db90df

Please sign in to comment.