Skip to content

Commit

Permalink
Bump some versions in MODULE.bazel.
Browse files Browse the repository at this point in the history
Change-Id: I528b54aa604dcca48a915c8d87a23d7cbbe10659
Reviewed-on: https://code-review.googlesource.com/c/re2/ /62950
Reviewed-by: Jashank Jeremy <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Apr 8, 2024
1 parent 9ebe4a2 commit 4f6f815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 11,11 @@ module(
)

bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "apple_support", version = "1.14.0")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "abseil-cpp", version = "20240116.1")
bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "pybind11_bazel", version = "2.11.1.bzl.3")
bazel_dep(name = "pybind11_bazel", version = "2.12.0")

# This is a temporary hack for `x64_x86_windows`.
# TODO(junyer): Remove whenever no longer needed.
Expand Down

0 comments on commit 4f6f815

Please sign in to comment.