Skip to content
Permalink
Browse files

Updated deps.

  • Loading branch information
Licenser committed Mar 18, 2014
1 parent 9e90951 commit 9ab3c63ed95f43517ba2cd8adb838799b805b8b2
Showing with 6 additions and 6 deletions.
  1. +6 −6 rebar.config
@@ -10,7 +10,7 @@
{edoc_opts, [{dir, "../../doc"}]}.
{deps,
[
{lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "2.0.1"}}},
{lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "2.0.3"}}},
%{cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {branch, develop}}},
{cuttlefish, ".*", {git, "https://github.com/project-fifo/cuttlefish.git", {branch, "fifo"}}},
{newrelic, ".*", {git, "https://github.com/wooga/newrelic-erlang.git", {tag, "master"}}},
@@ -24,11 +24,11 @@
{ensq, ".*", {git, "git://github.com/project-fifo/ensq.git", {branch, master}}},
{ensq_rpc, ".*", {git, "git://github.com/project-fifo/ensq_rpc.git", {branch, master}}},
{uuid, ".*", {git, "https://github.com/project-fifo/erlang-uuid.git", {branch, "master"}}},
{fifo_spec, ".*", {git, "https://github.com/project-fifo/fifo_spec.git", {tag, "0.1.5"}}},
{libchunter, ".*", {git, "http://github.com/project-fifo/libchunter.git", {tag, "0.1.24"}}},
{libhowl, ".*", {git, "http://github.com/project-fifo/libhowl.git", {tag, "0.1.15"}}},
{libsniffle, ".*", {git, "http://github.com/project-fifo/libsniffle.git", {tag, "0.2.32"}}},
{libsnarl, ".*", {git, "http://github.com/project-fifo/libsnarl.git", {tag, "0.2.32"}}}
{fifo_spec, "0.1.5", {git, "https://github.com/project-fifo/fifo_spec.git", {tag, "0.1.5"}}},
{libchunter, "0.1.26", {git, "http://github.com/project-fifo/libchunter.git", {tag, "0.1.26"}}},
{libhowl, "0.1.17", {git, "http://github.com/project-fifo/libhowl.git", {tag, "0.1.17"}}},
{libsniffle, "0.2.33", {git, "http://github.com/project-fifo/libsniffle.git", {tag, "0.2.33"}}},
{libsnarl, "0.2.33", {git, "http://github.com/project-fifo/libsnarl.git", {tag, "0.2.33"}}}
]}.

{plugin_dir, "deps/cuttlefish/src"}.

0 comments on commit 9ab3c63

Please sign in to comment.
You can’t perform that action at this time.