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 5d47c89Copy full SHA for 5d47c89
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 = "6ca2b0259fa75ff0cf480d9de4731e3434ee5c27f556335755645b01e3460a5c",
+ strip_prefix = "aws-sdk-cpp-1.11.395",
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.395.tar.gz",
138
],
139
)
140
0 commit comments