Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Nov 28, 2021
1 parent 5a21dec commit 1bdbf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/aws-sdk-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def validate(self):
See https://github.com/aws/aws-sdk-cpp/issues/1542""")

def requirements(self):
self.requires("aws-c-common/0.6.9")
self.requires("aws-c-common/0.6.15")
if self._use_aws_crt_cpp:
self.requires("aws-c-cal/0.5.12")
self.requires("aws-c-io/0.10.9")
Expand Down

0 comments on commit 1bdbf7c

Please sign in to comment.