We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95a7b0 commit a94e242Copy full SHA for a94e242
scala/deps.bzl
@@ -36,9 +36,9 @@ def rules_scala_dependencies():
36
maybe(
37
http_archive,
38
name = "abseil-cpp",
39
- sha256 = "16242f394245627e508ec6bb296b433c90f8d914f73b9c026fddb905e27276e8",
40
- strip_prefix = "abseil-cpp-20250127.0",
41
- url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20250127.0.tar.gz",
+ sha256 = "b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811",
+ strip_prefix = "abseil-cpp-20250127.1",
+ url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20250127.1.tar.gz",
42
)
43
44
0 commit comments