Skip to content

Commit

Permalink
Updated the postgrex optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Jul 27, 2015
1 parent 54057d1 commit 7df8e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/geo/repo.ex
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
defmodule Geo.Repo do
@moduledoc false
use Ecto.Repo, otp_app: :geo
end
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Geo.Mixfile do
[
{:poison, "~> 1.4"},
{:ecto, ">= 0.9.0" },
{:postgrex, "~> 0.8", optional: true },
{:postgrex, "~> 0.9", optional: true },
{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.6", only: :dev}
]
Expand Down

0 comments on commit 7df8e85

Please sign in to comment.