We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d644cb9 commit e45768bCopy full SHA for e45768b
mix.exs
@@ -54,7 +54,7 @@ defmodule ExAws.Dynamo.Mixfile do
54
defp ex_aws() do
55
case System.get_env("AWS") do
56
"LOCAL" -> {:ex_aws, path: "../ex_aws"}
57
- _ -> {:ex_aws, "~> 2.1"}
+ _ -> {:ex_aws, ">= 2.1.2"}
58
end
59
60
0 commit comments