Skip to content

Commit e45768b

Browse files
committed
Set the minimum version of ex_aws to 2.1.2.
1 parent d644cb9 commit e45768b

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
@@ -54,7 +54,7 @@ defmodule ExAws.Dynamo.Mixfile do
5454
defp ex_aws() do
5555
case System.get_env("AWS") do
5656
"LOCAL" -> {:ex_aws, path: "../ex_aws"}
57-
_ -> {:ex_aws, "~> 2.1"}
57+
_ -> {:ex_aws, ">= 2.1.2"}
5858
end
5959
end
6060
end

0 commit comments

Comments
 (0)