We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc8ca1 commit e923760Copy full SHA for e923760
1 file changed
mix.exs
@@ -67,7 +67,7 @@ defmodule Ecto.ShortUUID.MixProject do
67
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
68
{:excoveralls, "~> 0.16.1", only: :test, runtime: false},
69
{:benchfella, "~> 0.3.5", only: [:dev, :test]},
70
- {:shortuuid, "~> 2.1 or ~> 4.0"},
+ {:shortuuid, "~> 4.0 or ~> 3.0 or ~> 2.1"},
71
{:ecto, "~> 2.2 or ~> 3.0"}
72
]
73
end
0 commit comments