Skip to content

Commit

Permalink
Merge pull request ZennerIoT#31 from petlove/ecto_3.3
Browse files Browse the repository at this point in the history
Support Ecto 3.3+
  • Loading branch information
narrowtux authored Feb 26, 2020
2 parents 654e8ae + e71c78e commit b043339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ defmodule ExAudit.Mixfile do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ecto, "~> 3.2.0"},
{:ecto_sql, "~> 3.2.0"},
{:postgrex, "~> 0.15.0", only: :test},
{:ecto, ">= 3.2.0"},
{:ecto_sql, ">= 3.2.0"},
{:postgrex, ">= 0.15.0", only: :test},
{:excoveralls, "~> 0.7", only: :test},
{:ex_doc, "~> 0.21", runtime: false, only: :dev}
]
Expand Down

0 comments on commit b043339

Please sign in to comment.