Skip to content

Commit

Permalink
adding plug dependency to the mix file
Browse files Browse the repository at this point in the history
  • Loading branch information
martinos committed Nov 30, 2016
1 parent 0dd207d commit f6bea62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ defmodule ScrivenerHtml.Mixfile do
{:scrivener, "~> 1.2 or ~> 2.0"},
{:phoenix_html, "~> 2.2"},
{:phoenix, "~> 1.0 or ~> 1.2", optional: true},
{:plug, "~>1.1" },
{:ex_doc, "~> 0.10", only: :dev},
{:earmark, "~> 0.1", only: :dev},
]
Expand Down

0 comments on commit f6bea62

Please sign in to comment.