diff --git a/mix.exs b/mix.exs index ea701ef..17ed520 100644 --- a/mix.exs +++ b/mix.exs @@ -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(), @@ -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"},