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 fd8c853 commit ef51469Copy full SHA for ef51469
bazel/repositories.bzl
@@ -121,11 +121,11 @@ def _com_aws_sdk():
121
maybe(
122
http_archive,
123
name = "com_aws_sdk",
124
- sha256 = "758174f9788fed6cc1e266bcecb20bf738bd5ef1c3d646131c9ed15c2d6c5720",
125
- strip_prefix = "aws-sdk-cpp-1.7.336",
+ sha256 = "c4faf3de59ba232a7643abce96ac77c72c1c967cd09e6ca8b602b3955d25e805",
+ strip_prefix = "aws-sdk-cpp-1.11.483",
126
build_file = "@sf_serving//bazel:aws.BUILD",
127
urls = [
128
- "https://github.com/aws/aws-sdk-cpp/archive/1.7.336.tar.gz",
+ "https://github.com/aws/aws-sdk-cpp/archive/1.11.483.tar.gz",
129
],
130
)
131
0 commit comments