Skip to content

Commit

Permalink
try fix deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Dec 23, 2021
1 parent 5fba4a7 commit 50c287c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/aws-sdk-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@ def requirements(self):
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")
self.requires("aws-c-io/0.10.13")
self.requires("aws-crt-cpp/0.14.3")
else:
self.requires("aws-c-event-stream/0.1.5")
self.requires("aws-c-event-stream/0.2.7")
if self.settings.os != "Windows":
self.requires("openssl/1.1.1l")
self.requires("libcurl/7.78.0")
Expand Down

0 comments on commit 50c287c

Please sign in to comment.