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 128f350 commit bff33e0Copy full SHA for bff33e0
mix.exs
@@ -48,7 +48,7 @@ defmodule MyXQL.MixProject do
48
{:db_connection, "~> 2.4.1 or ~> 2.5", db_connection_opts()},
49
{:decimal, "~> 1.6 or ~> 2.0"},
50
{:jason, "~> 1.0", optional: true},
51
- {:geo, "~> 3.4", optional: true},
+ {:geo, "~> 3.4 or ~> 4.0", optional: true},
52
{:table, "~> 0.1.0", optional: true},
53
{:binpp, ">= 0.0.0", only: [:dev, :test]},
54
{:dialyxir, "~> 1.0", only: :dev, runtime: false},
0 commit comments