Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Erlang 19 compatibility. #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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