Skip to content

Commit

Permalink
Merge pull request #16 from odo/master
Browse files Browse the repository at this point in the history
switching to Erlang/OTP 18.0 compatible version of edown
  • Loading branch information
uwiger committed Jun 27, 2015
2 parents 5a7bba2 + a06df66 commit a210ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{erl_opts, [debug_info]}.
{xref_checks, [undefined_function_calls]}.
{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", {tag, "0.5"}}}]}.
{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", {tag, "0.7"}}}]}.
{edoc_opts, [{doclet, edown_doclet},
{top_level_readme,
{"./README.md",
Expand Down

0 comments on commit a210ada

Please sign in to comment.