We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9129c1f commit 04459daCopy full SHA for 04459da
bazel/repositories.bzl
@@ -130,11 +130,11 @@ def _com_aws_sdk():
130
maybe(
131
http_archive,
132
name = "com_aws_sdk",
133
- sha256 = "758174f9788fed6cc1e266bcecb20bf738bd5ef1c3d646131c9ed15c2d6c5720",
134
- strip_prefix = "aws-sdk-cpp-1.7.336",
+ sha256 = "71214dc7151e44406e6d306171e62a51d0ea4cd16956bf6898b4f89e4912027a",
+ strip_prefix = "aws-sdk-cpp-1.11.394",
135
build_file = "@sf_serving//bazel:aws.BUILD",
136
urls = [
137
- "https://github.com/aws/aws-sdk-cpp/archive/1.7.336.tar.gz",
+ "https://github.com/aws/aws-sdk-cpp/archive/1.11.394.tar.gz",
138
],
139
)
140
0 commit comments