Skip to content

Commit

Permalink
Merge pull request redpanda-data#22964 from dotnwat/bazel
Browse files Browse the repository at this point in the history
bazel: upgrade to latest abseil lts version
  • Loading branch information
rockwotj authored Aug 20, 2024
2 parents 10eb41e + afd9a94 commit b0099ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 45 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use_repo(
"boost",
)

bazel_dep(name = "abseil-cpp", version = "20240116.1")
bazel_dep(name = "abseil-cpp", version = "20240722.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "crc32c", version = "1.1.0")
bazel_dep(name = "fmt", version = "8.1.1")
Expand Down
58 changes: 14 additions & 44 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0099ed

Please sign in to comment.