Merge pull request #4 from msmithstubbs/bump_phonenix_html
Bump phoenix_html dependency to accept 3.x
This commit is contained in:
4
mix.exs
4
mix.exs
@ -4,7 +4,7 @@ defmodule HeroiconsElixir.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :heroicons,
|
||||
version: "0.2.2",
|
||||
version: "0.2.3",
|
||||
elixir: "~> 1.11",
|
||||
start_permanent: Mix.env() == :prod,
|
||||
deps: deps(),
|
||||
@ -26,7 +26,7 @@ defmodule HeroiconsElixir.MixProject do
|
||||
# Run "mix help deps" to learn about dependencies.
|
||||
defp deps do
|
||||
[
|
||||
{:phoenix_html, "~> 2.14"},
|
||||
{:phoenix_html, "~> 2.14 or ~> 3.0"},
|
||||
{:ex_doc, "~> 0.23", only: :dev, runtime: false}
|
||||
]
|
||||
end
|
||||
|
Reference in New Issue
Block a user