Skip to content

Commit

Permalink
upgrade abseil-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Oct 15, 2024
1 parent 04195a5 commit a1fad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module(
# Thus the highest version in their module graph is resolved.

# --registry=https://bcr.bazel.build
bazel_dep(name = 'abseil-cpp', version = '20211102.0', repo_name = 'com_google_absl')
bazel_dep(name = 'abseil-cpp', version = '20220623.1', repo_name = 'com_google_absl')
bazel_dep(name = 'bazel_skylib', version = '1.0.3')
bazel_dep(name = 'boost.preprocessor', version = '1.83.0')
bazel_dep(name = 'boost.spirit', version = '1.83.0')
Expand Down

0 comments on commit a1fad80

Please sign in to comment.