Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
narrowtux committed Feb 3, 2023
1 parent 89c6b51 commit e130f28
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 @@ -5,7 +5,7 @@ defmodule ExAudit.Mixfile do
[
description: "Ecto auditing library that transparently tracks changes and can revert them",
app: :ex_audit,
version: "0.9.0",
version: "0.10.0",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -49,8 +49,8 @@ defmodule ExAudit.Mixfile do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ecto, ">= 3.0.0"},
{:ecto_sql, ">= 3.0.0"},
{:ecto, ">= 3.8.0"},
{:ecto_sql, ">= 3.8.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 e130f28

Please sign in to comment.