Skip to content

Commit

Permalink
rebar.config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Mar 28, 2013
1 parent ad6aa9a commit 14a0243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Expand Up @@ -2,11 +2,11 @@
{deps, [
{aleppo, ".*", {git, "git://github.com/evanmiller/aleppo.git", {tag, "bef139e4c7"}}},
{bson, ".*", {git, "git://github.com/mongodb/bson-erlang.git", {tag, "adce0e94ab"}}},
{ddb, ".*", {git, "https://github.com/Concurix/ddb.git", {tag, "HEAD"}}},
{ddb, ".*", {git, "git://github.com/Concurix/ddb.git", {tag, "HEAD"}}},
{epgsql, ".*", {git, "git://github.com/wg/epgsql.git", "3318bd5d64"}},
{erlmc, ".*", {git, "git://github.com/bipthelin/erlmc.git", {tag, "HEAD"}}},
{medici, ".*", {git, "git://github.com/evanmiller/medici.git", {branch, "rebarify"}}},
{mongodb, ".*", {git, "git://github.com/evanmiller/mongodb-erlang.git", {tag, "613f157c66"}}},
{mongodb, ".*", {git, "git://github.com/evanmiller/mongodb-erlang.git", {tag, "c582c911cd"}}},
{mysql, ".*", {git, "git://github.com/dizzyd/erlang-mysql-driver.git", {tag, "16cae84b5e"}}},
{poolboy, ".*", {git, "git://github.com/devinus/poolboy.git", {tag, "855802e0cc"}}},
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "1.3.0"}}},
Expand Down

0 comments on commit 14a0243

Please sign in to comment.