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 e64752bCopy full SHA for e64752b
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 = "b3c2311c9caba0cfd2861afc14265731259b4fe6cdda3ca40731e0973b7eb1ec",
+ strip_prefix = "aws-sdk-cpp-1.11.406",
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.406.tar.gz",
138
],
139
)
140
0 commit comments