Skip to content

Commit

Permalink
Merge pull request #57 from inaka/elbrujohalcon.56.lager.upgrade
Browse files Browse the repository at this point in the history
[#56] Ready for R17
  • Loading branch information
jfacorro committed Jul 2, 2014
2 parents 8f5dd84 + 47d27eb commit d0a5ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shell: compile_no_deps
${ERL} ${ERL_ARGS}

edoc:
${REBAR} doc
${REBAR} skip_deps=true doc

getdeps:
${REBAR} get-deps
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
warn_untyped_record, debug_info
]}.
{deps, [
{'lager', ".*", {git, "git://github.com/basho/lager.git", "2.0.0"}},
{'lager', ".*", {git, "git://github.com/basho/lager.git", "2.0.3"}},
{emysql, "0.*", {git, "[email protected]:Eonblast/Emysql.git", "master"}},
{emongo, ".*", {git, "[email protected]:marcelog/emongo.git", "marcelog_login_for_2_2_and_higher"}},
{'sqlite3', ".*", {git, "[email protected]:alexeyr/erlang-sqlite3.git", "HEAD"}},
Expand Down

0 comments on commit d0a5ac2

Please sign in to comment.