Skip to content

Commit 8f4cbbb

Browse files
committed
relax deps to allow phoenix 1.5
1 parent ec9283a commit 8f4cbbb

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
@@ -49,7 +49,7 @@ defmodule ScrivenerHtml.Mixfile do
4949
[
5050
{:scrivener, "~> 1.2 or ~> 2.0"},
5151
{:phoenix_html, "~> 2.2"},
52-
{:phoenix, "~> 1.0 and < 1.5.0", optional: true},
52+
{:phoenix, "~> 1.0 and < 1.6.0", optional: true},
5353
{:plug, "~> 1.1"},
5454
{:ex_doc, "~> 0.19", only: :dev},
5555
{:earmark, "~> 1.1", only: :dev}

0 commit comments

Comments
 (0)