Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
narrowtux committed Jun 17, 2021
1 parent 44ef594 commit efd2da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ defmodule ExAudit.Mixfile do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ecto, ">= 3.6"},
{:ecto_sql, ">= 3.6"},
{:ecto, ">= 3.0.0"},
{:ecto_sql, ">= 3.0.0"},
{:postgrex, "~> 0.15", only: :test},
{:excoveralls, "~> 0.7", only: :test},
{:ex_doc, ">= 0.0.0", runtime: false, only: :dev},
Expand Down

0 comments on commit efd2da5

Please sign in to comment.