Skip to content

Commit

Permalink
Upgrade to ex_doc 0.12 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
aforward authored and valpackett committed Jun 25, 2016
1 parent b67f02c commit c31c3a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule HTTPotion.Mixfile do

defp deps do
[ {:ibrowse, "~> 4.2"},
{:ex_doc, "~> 0.11", only: [:dev, :test, :docs]} ]
{:ex_doc, "~> 0.12", only: [:dev, :test, :docs]} ]
end

defp package do
Expand Down
3 changes: 2 additions & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
%{"ex_doc": {:hex, :ex_doc, "0.11.5", "0dc51cb84f8312162a2313d6c71573a9afa332333d8a332bb12540861b9834db", [:mix], [{:earmark, "~> 0.1.17 or ~> 0.2", [hex: :earmark, optional: true]}]},
%{"earmark": {:hex, :earmark, "0.2.1", "ba6d26ceb16106d069b289df66751734802777a3cbb6787026dd800ffeb850f3", [:mix], []},
"ex_doc": {:hex, :ex_doc, "0.12.0", "b774aabfede4af31c0301aece12371cbd25995a21bb3d71d66f5c2fe074c603f", [:mix], [{:earmark, "~> 0.2", [hex: :earmark, optional: false]}]},
"ibrowse": {:hex, :ibrowse, "4.2.2", "b32b5bafcc77b7277eff030ed32e1acc3f610c64e9f6aea19822abcadf681b4b", [:rebar3], []}}

0 comments on commit c31c3a9

Please sign in to comment.