Skip to content

Commit

Permalink
Merge pull request uwiger#2 from basho/ku/otp-18
Browse files Browse the repository at this point in the history
Update edown to 0.7 which works with OTP18
  • Loading branch information
slfritchie committed Dec 4, 2015
2 parents 846b9cc + e0787c4 commit 42fa0b5
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 @@ -3,7 +3,7 @@
{port_env, [ {"CFLAGS", "$CFLAGS -O3"} ]}.

{erl_opts, [debug_info]}.
{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", {tag, "0.5"}}}]}.
{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", {tag, "0.7"}}}]}.
{src_dirs, ["examples"]}.
{edoc_opts, [{doclet, edown_doclet},
{src_path, ["src/", "examples/"]},
Expand Down

0 comments on commit 42fa0b5

Please sign in to comment.