From 487182e69a56faeec9e3aed8fe68671d9c9ddf33 Mon Sep 17 00:00:00 2001 From: Maarten van Vliet Date: Thu, 24 Nov 2022 10:42:14 +0100 Subject: [PATCH] Update dependencies in example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d28bd06..38298d1 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Documentation can be found at [https://hexdocs.pm/ex_aws_sts](https://hexdocs.pm Using the `:awscli_auth_adapter` option of `ex_aws` is supported, but requires additional dependencies: ```elixir -{:sweet_xml, "~> 0.6"} -{:configparser_ex, "~> 2.0"} +{:sweet_xml, "~> 0.7"} +{:configparser_ex, "~> 4.0"} ``` ### Using AWS CLI config file with source profile