Skip to content

Commit

Permalink
1.2 release means stability
Browse files Browse the repository at this point in the history
Don't be change the habits, let be stable for now. 2.0 however will be fully
rebar3.

fix #201
  • Loading branch information
benoitc committed Jun 25, 2015
1 parent cae1d4d commit 002fe1b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
{post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}.

{deps, [
{idna, "1.0.2"},
{ssl_verify_hostname,"1.0.5"}
{idna, ".*",
{git, "https://github.com/benoitc/erlang-idna",
{tag, "1.0.2"}}},

{ssl_verify_hostname, ".*",
{git, "https://github.com/deadtrickster/ssl_verify_hostname.erl",
{tag, "1.0.5"}}}
]}.

%% Not yet supported in rebar3
Expand Down

0 comments on commit 002fe1b

Please sign in to comment.