Skip to content

Commit 7cba283

Browse files
committed
Increase minimum SweetXML version
Resolves #781
1 parent 46b18f3 commit 7cba283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule ExAws.Mixfile do
4242
{:jason, "~> 1.1", optional: true},
4343
{:jsx, "~> 3.0", optional: true},
4444
{:mox, "~> 1.0", only: :test},
45-
{:sweet_xml, "~> 0.6", optional: true}
45+
{:sweet_xml, "~> 0.7", optional: true}
4646
]
4747
end
4848

0 commit comments

Comments
 (0)