Skip to content

Commit

Permalink
Merge pull request #3 from tsloughter/master
Browse files Browse the repository at this point in the history
Updated otp required version to R14 or R15 and added agner lager dep to .app file
  • Loading branch information
joelreymont committed Mar 21, 2012
2 parents 7b445dc + 1d1508f commit 9451b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{lhttpc, ".*", {git, "git://github.com/oscarh/lhttpc.git", {branch, "master"}}}
]}.

{require_otp_vsn, "R14"}.
{require_otp_vsn, "R14|R15"}.

{erl_opts, [
fail_on_warning,
Expand Down
3 changes: 3 additions & 0 deletions src/ddb.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
inets,
ssl
]},
{agner, [
{requires, ["lager"]}
]},
{env, []}
]}.

0 comments on commit 9451b52

Please sign in to comment.