Skip to content

Commit

Permalink
bazel: upgrade to latest abseil lts version
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <[email protected]>
  • Loading branch information
dotnwat committed Aug 20, 2024
1 parent 10eb41e commit afd9a94
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 afd9a94

Please sign in to comment.