Skip to content

Commit 003899f

Browse files
committed
allow phoenix_html 3.0
1 parent 8f4cbbb commit 003899f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule ScrivenerHtml.Mixfile do
4848
defp deps do
4949
[
5050
{:scrivener, "~> 1.2 or ~> 2.0"},
51-
{:phoenix_html, "~> 2.2"},
51+
{:phoenix_html, "~> 2.2 or ~> 3.0"},
5252
{:phoenix, "~> 1.0 and < 1.6.0", optional: true},
5353
{:plug, "~> 1.1"},
5454
{:ex_doc, "~> 0.19", only: :dev},

0 commit comments

Comments
 (0)