Skip to content

Commit

Permalink
Updating deps to point at github
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzyd committed Oct 25, 2010
1 parent 2b30b12 commit 0eda2a8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
{erl_opts, [debug_info, fail_on_warning]}.

{deps, [
{riak_core, "0.13.0", {hg, "http://bitbucket.org/basho/riak_core",
"tip"}},
{riakc, "1.0.1", {hg, "http://bitbucket.org/basho/riak-erlang-client",
"riakc-1.0.1"}},
{luke, "0.2.2", {hg, "http://bitbucket.org/basho/luke",
"luke-0.2.2"}},
{erlang_js, "0.4.1", {hg, "http://bitbucket.org/basho/erlang_js",
"90"}},
{bitcask, "1.1.4", {hg, "http://bitbucket.org/basho/bitcask",
"bitcask-1.1.4"}},
{ebloom, "1.0.2", {hg, "http://bitbucket.org/basho/ebloom",
"ebloom-1.0.2"}},
{riak_core, "0.13.0", {git, "git://github.com/basho/riak_core",
"HEAD"}},
{riakc, "1.0.1", {git, "git://github.com/basho/riak-erlang-client",
"HEAD"}},
{luke, "0.2.2", {git, "git://github.com/basho/luke",
"HEAD"}},
{erlang_js, "0.4.1", {git, "git://github.com/basho/erlang_js",
"HEAD"}},
{bitcask, "1.1.4", {git, "git://github.com/basho/bitcask",
"HEAD"}},
{ebloom, "1.0.2", {git, "git://github.com/basho/ebloom",
"HEAD"}},
{eper, "0.60", {git, "git://github.com/dizzyd/eper.git",
"eper-0.60"}}
]}.

0 comments on commit 0eda2a8

Please sign in to comment.