Skip to content

Commit

Permalink
Permit geo ~> 4.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars authored Oct 22, 2024
1 parent 128f350 commit bff33e0
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 @@ -48,7 +48,7 @@ defmodule MyXQL.MixProject do
{:db_connection, "~> 2.4.1 or ~> 2.5", db_connection_opts()},
{:decimal, "~> 1.6 or ~> 2.0"},
{:jason, "~> 1.0", optional: true},
{:geo, "~> 3.4", optional: true},
{:geo, "~> 3.4 or ~> 4.0", optional: true},
{:table, "~> 0.1.0", optional: true},
{:binpp, ">= 0.0.0", only: [:dev, :test]},
{:dialyxir, "~> 1.0", only: :dev, runtime: false},
Expand Down

0 comments on commit bff33e0

Please sign in to comment.