Skip to content

Commit

Permalink
Use 0.19 as floki dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Jan 18, 2018
1 parent 4ac8fe5 commit 2881e4e
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 @@ -34,7 +34,7 @@ defmodule Premailex.Mixfile do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:floki, "~> 0.19.2"},
{:floki, "~> 0.19"},
{:httpoison, "~> 1.0"},
{:credo, "~> 0.8", only: [:dev, :test], runtime: false},
{:bypass, "~> 0.8", only: :test},
Expand Down

0 comments on commit 2881e4e

Please sign in to comment.