diff --git a/mix.exs b/mix.exs index 94a8087..04e9a0a 100644 --- a/mix.exs +++ b/mix.exs @@ -43,7 +43,7 @@ defmodule PhoenixIntegration.Mixfile do defp deps do [ {:phoenix, "~> 1.3"}, - {:phoenix_html, "~> 2.10 or ~> 3.0"}, + {:phoenix_html, "~> 2.10 or ~> 3.0 or ~> 4.1"}, {:floki, ">= 0.24.0"}, {:jason, "~> 1.1"}, {:flow_assertions, "~> 0.7", only: :test},