Skip to content

Commit e130f28

Browse files
committed
v0.10.0
1 parent 89c6b51 commit e130f28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule ExAudit.Mixfile do
55
[
66
description: "Ecto auditing library that transparently tracks changes and can revert them",
77
app: :ex_audit,
8-
version: "0.9.0",
8+
version: "0.10.0",
99
elixir: "~> 1.11",
1010
start_permanent: Mix.env() == :prod,
1111
deps: deps(),
@@ -49,8 +49,8 @@ defmodule ExAudit.Mixfile do
4949
# Run "mix help deps" to learn about dependencies.
5050
defp deps do
5151
[
52-
{:ecto, ">= 3.0.0"},
53-
{:ecto_sql, ">= 3.0.0"},
52+
{:ecto, ">= 3.8.0"},
53+
{:ecto_sql, ">= 3.8.0"},
5454
{:postgrex, "~> 0.15", only: :test},
5555
{:excoveralls, "~> 0.7", only: :test},
5656
{:ex_doc, ">= 0.0.0", runtime: false, only: :dev},

0 commit comments

Comments
 (0)