Skip to content

Commit

Permalink
Update rebar.config to hex.pm compat format
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagiotis PJ Papadomitsos committed Mar 24, 2016
1 parent 510c0b7 commit 0b6a5fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
]}.

{deps, [
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "3.1.0"}}}
{lager, "~> 3.0"}
]}.

{profiles, [
{test, [
{erl_opts, [warnings_as_errors, debug_info, export_all, no_inline_list_funcs]},
{deps, [
{eunit_formatters, {git, "git://github.com/seancribbs/eunit_formatters", {branch, "master"}}}
{eunit_formatters, "~> 0.3"}
]}
]},
{dev, [
{erl_opts, [warnings_as_errors, debug_info, export_all, no_inline_list_funcs]},
{deps, [
{sync, ".*", {git, "git://github.com/rustyio/sync.git", {branch, "master"}}}
{sync, {git, "git://github.com/rustyio/sync.git", {branch, "master"}}}
]}
]}
]}.
Expand Down

0 comments on commit 0b6a5fe

Please sign in to comment.