Skip to content

Commit 67c698a

Browse files
authored
Converter enhancements (#7)
1 parent 0a6337a commit 67c698a

File tree

7 files changed

+384
-228
lines changed

7 files changed

+384
-228
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def deps do
3232
{:ex_aws_s3, "~> 2.5"},
3333
{:ex_aws, "~> 2.5"},
3434
{:sweet_xml, "~> 0.7"},
35-
{:req, "~> 0.5"} # or any other HTTP client supported by `ex_aws`
35+
{:hackney, "~> 1.9"} # or any other HTTP client supported by `ex_aws`
3636
]
3737
end
3838
```

0 commit comments

Comments
 (0)