Skip to content

Commit

Permalink
Upgrade ex_doc and earmark
Browse files Browse the repository at this point in the history
Remove a lot of warnings compiling with elixir 1.4
  • Loading branch information
Jean Parpaillon committed Jan 31, 2017
1 parent d4985f1 commit 2a0ec28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ defmodule SweetXml.Mixfile do

defp deps do
[
{:ex_doc, "~> 0.7", only: :dev},
{:earmark,"~> 0.1.17 or ~> 0.2 ", only: :dev}
{:ex_doc, "~> 0.14.5", only: :dev},
{:earmark,"~> 1.1.0 ", only: :dev}
]
end
end
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{"earmark": {:hex, :earmark, "0.1.19"},
"ex_doc": {:hex, :ex_doc, "0.7.2"},
%{"earmark": {:hex, :earmark, "1.1.0", "8c2bf85d725050a92042bc1edf362621004d43ca6241c756f39612084e95487f", [:mix], []},
"ex_doc": {:hex, :ex_doc, "0.14.5", "c0433c8117e948404d93ca69411dd575ec6be39b47802e81ca8d91017a0cf83c", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
"hoedown": {:git, "git://github.com/hoedown/hoedown.git", "365ad578e7b767ffe7126f029c184d727a3e95b3", []},
"markdown": {:git, "git://github.com/devinus/markdown.git", "cd0df79b6f1cc374499d47f6ba6aaab5096f874f", []}}

0 comments on commit 2a0ec28

Please sign in to comment.