Skip to content

Commit

Permalink
Relax required versions to use phoenix 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
azuby authored May 11, 2020
1 parent ec9283a commit a606c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule ScrivenerHtml.Mixfile do
[
{:scrivener, "~> 1.2 or ~> 2.0"},
{:phoenix_html, "~> 2.2"},
{:phoenix, "~> 1.0 and < 1.5.0", optional: true},
{:phoenix, "~> 1.0 and < 1.6.0", optional: true},
{:plug, "~> 1.1"},
{:ex_doc, "~> 0.19", only: :dev},
{:earmark, "~> 1.1", only: :dev}
Expand Down

0 comments on commit a606c78

Please sign in to comment.