Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%% katja: Defines a function `query()`, which is a reserved word in R15
%% uuid: Dep on quickrand
%% quickrand: Bogus (IMHO) inability to adapt to R15 environment.
{require_otp_vsn, "R16|17|18"}.
{require_otp_vsn, "R16|17|18|19"}.

{deps,
[
Expand All @@ -17,7 +17,7 @@
%% weighed.
{node_package, "2.0.*", {git, "git://github.com/basho/node_package", {tag, "2.0.0"}}},
{folsom, ".*", {git, "git://github.com/basho/folsom.git", {branch, "boundary-0.7.1+basho-bench-float"}}},
{lager, "2.*", {git, "git://github.com/basho/lager", {tag, "2.1.0"}}},
{lager, {git, "https://github.com/basho/lager", {tag, "3.2.1"}}},
{ibrowse, ".*",
{git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.2"}}},
{riakc, ".*",
Expand All @@ -38,8 +38,8 @@
{git, "git://github.com/matehat/cqerl.git",
"16021593c866ca314acd0ba6858194ed44a362b3"}},
{katja, ".*",
{git, "git://github.com/nifoc/katja.git",
{branch, "master"}}},
{git, "git://github.com/lasp-lang/katja.git",
{branch, "erlang-19"}}},
{rebar_lock_deps_plugin, ".*", {git, "git://github.com/seth/rebar_lock_deps_plugin.git", {tag, "3.1.0"}}}
]}.

Expand Down