diff options
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ defmodule Nola.Mixfile do {:jason, "~> 1.0"}, {:poison, "~> 4.0", override: true}, {:floki, "~> 0.38.0"}, - {:html5ever, "~> 0.16.0"}, + {:fast_html, "~> 2.0"}, {:ecto, "~> 3.13"}, {:exirc, git: "https://git.random.sh/ircbot/exirc.git", branch: "fix-who-nick"}, {:distillery, "~> 2.0"}, |