Skip to content

Commit

Permalink
Merge pull request #73 from inaka/euen.72.change_master_specification…
Browse files Browse the repository at this point in the history
…_in_deps

[fix #72] Change specifications on deps.
  • Loading branch information
Brujo Benavides committed Oct 3, 2014
2 parents 5fa356b + 4fc915b commit efbc6f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
]}.
{deps, [
{'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"}},
{worker_pool, ".*", {git, "[email protected]:inaka/worker_pool.git", "master"}}
{emysql, "0.*", {git, "[email protected]:Eonblast/Emysql.git", "v0.4.1"}},
{emongo, ".*", {git, "[email protected]:inaka/emongo.git", "v0.2.1"}},
{'sqlite3', ".*", {git, "[email protected]:alexeyr/erlang-sqlite3.git", "v1.0.1"}},
{worker_pool, ".*", {git, "[email protected]:inaka/worker_pool.git", "1.0"}}
]}.
{xref_warnings, true}.
{xref_checks, [undefined_function_calls, undefined_functions, locals_not_used, deprecated_function_calls, deprecated_functions]}.

0 comments on commit efbc6f3

Please sign in to comment.