Skip to content

Commit 0dbe339

Browse files
authored
Merge pull request #22 from marvelm/update-mochiweb
Update 'mochiweb' to 2.15
2 parents f58e74c + 9157f80 commit 0dbe339

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule HtmlSanitizeEx.Mixfile do
3939
# Type `mix help deps` for more examples and options
4040
defp deps do
4141
[
42-
{:mochiweb, "~> 2.12.2"},
42+
{:mochiweb, "~> 2.15"},
4343
{:inch_ex, ">= 0.0.0", only: :docs}
4444
]
4545
end

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
%{"inch_ex": {:hex, :inch_ex, "0.5.1", "c1c18966c935944cbb2d273796b36e44fab3c54fd59f906ff026a686205b4e14", [:mix], [{:poison, "~> 1.5 or ~> 2.0", [hex: :poison, optional: false]}]},
2-
"mochiweb": {:hex, :mochiweb, "2.12.2", "80804ad342afa3d7f3524040d4eed66ce74b17a555de454ac85b07c479928e46", [:make, :rebar], []},
2+
"mochiweb": {:hex, :mochiweb, "2.15.0", "e1daac474df07651e5d17cc1e642c4069c7850dc4508d3db7263a0651330aacc", [:rebar3], []},
33
"poison": {:hex, :poison, "2.1.0", "f583218ced822675e484648fa26c933d621373f01c6c76bd00005d7bd4b82e27", [:mix], []}}

0 commit comments

Comments
 (0)