Skip to content

Commit

Permalink
Bump some versions in MODULE.bazel.
Browse files Browse the repository at this point in the history
Change-Id: Iaf8692482cb822f9505e3e134f402cfe1adc48d9
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62110
Reviewed-by: Alex Chernyakhovsky <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Oct 27, 2023
1 parent 4dcf4ae commit 3d9bdbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "abseil-cpp", version = "20230802.0", repo_name = "com_google_absl")
bazel_dep(name = "rules_python", version = "0.25.0")
bazel_dep(name = "rules_python", version = "0.26.0")
bazel_dep(name = "pybind11_bazel", version = "2.11.1")

python_configure = use_extension("@pybind11_bazel//:python_configure.bzl", "extension")
Expand All @@ -22,6 +22,6 @@ use_repo(python_configure, "local_config_python", "pybind11")

# These dependencies will be ignored when the `re2` module is not
# the root module (or when `--ignore_dev_dependency` is enabled).
bazel_dep(name = "google_benchmark", version = "1.8.2", dev_dependency = True)
bazel_dep(name = "googletest", version = "1.14.0", dev_dependency = True)
bazel_dep(name = "google_benchmark", version = "1.8.3", dev_dependency = True)
bazel_dep(name = "googletest", version = "1.14.0.bcr.1", dev_dependency = True)
bazel_dep(name = "abseil-py", version = "1.4.0", dev_dependency = True)

0 comments on commit 3d9bdbd

Please sign in to comment.