Skip to content

Commit

Permalink
Bump geo dependency to 3.6 (#190)
Browse files Browse the repository at this point in the history
Resolves #189
  • Loading branch information
s3cur3 authored Mar 11, 2024
1 parent bf95c70 commit ee4a5de
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 @@ -27,7 +27,7 @@ defmodule GeoPostgis.Mixfile do

defp deps do
[
{:geo, "~> 3.5"},
{:geo, "~> 3.6"},
{:postgrex, ">= 0.0.0"},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:ecto, "~> 3.0", optional: true},
Expand Down

0 comments on commit ee4a5de

Please sign in to comment.