Skip to content

Commit

Permalink
Merge pull request #34 from thomasdziedzic-calmwave/patch-1
Browse files Browse the repository at this point in the history
relax ex_aws requirement
  • Loading branch information
kyleaa authored Jan 31, 2024
2 parents e3820bc + 1a36825 commit 61a95b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule ClusterEC2.Mixfile do
defp deps do
[
{:libcluster, "~> 2.0 or ~> 3.0"},
{:ex_aws, "~> 2.3.2"},
{:ex_aws, ">= 2.3.2"},
{:ex_aws_ec2, "~> 2.0"},
{:sweet_xml, "~> 0.6"},
{:hackney, "~> 1.8"},
Expand Down

0 comments on commit 61a95b2

Please sign in to comment.