Skip to content

Commit

Permalink
update ecto to latest version 3.4.3 for #71
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 28, 2020
1 parent fa59b29 commit 24eb803
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 @@ -5,7 +5,7 @@ defmodule Fields.MixProject do
[
app: :fields,
description: "A collection of useful fields for building Phoenix apps faster!",
version: "2.4.0",
version: "3.4.3",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -34,7 +34,7 @@ defmodule Fields.MixProject do
# password hashing
{:argon2_elixir, "~> 2.3.0"},
# ecto types
{:ecto, "~> 3.4.0"},
{:ecto, "~> 3.4.3"},
# strip noise from html field
{:html_sanitize_ex, "~> 1.4"},

Expand Down

0 comments on commit 24eb803

Please sign in to comment.