Skip to content

Commit e92c09a

Browse files
author
Andrei Zavada
committed
bump riak_kv dep to 3.0.9.2 (does code:load in schema, just for osx)
1 parent a008459 commit e92c09a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{deps, [
1212
{lager_syslog, {git, "https://github.com/basho/lager_syslog.git", {tag, "3.1.0"}}},
1313
{cluster_info, {git, "https://github.com/basho/cluster_info.git", {tag, "2.1.0"}}},
14-
{riak_kv, {git, "https://github.com/TI-Tokyo/riak_kv.git", {tag, "riak_kv-3.0.9.1"}}},
14+
{riak_kv, {git, "https://github.com/TI-Tokyo/riak_kv.git", {tag, "riak_kv-3.0.9.2"}}},
1515
{riak_auth_mods, {git, "https://github.com/basho/riak_auth_mods.git", {tag, "riak_kv-3.0.0"}}},
1616
{riaknostic, {git, "https://github.com/basho/riaknostic.git", {tag, "riak_kv-3.0.2"}}},
1717

@@ -180,7 +180,7 @@
180180
]},
181181
{osx, [
182182
{relx, [
183-
{overlay_vars, "rel/pkg/osx/vars.config"}
183+
{overlay_vars, "rel/pkg/osx/vars.config"}
184184
]}
185185
]}
186186
]}.

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
2},
127127
{<<"riak_kv">>,
128128
{git,"https://github.com/TI-Tokyo/riak_kv.git",
129-
{ref,"ce783a18219acf14a9c400522fef7fc0604509a3"}},
129+
{ref,"d242bc57c947040d5014dd0489b666d000192bc0"}},
130130
0},
131131
{<<"riak_pb">>,
132132
{git,"https://github.com/basho/riak_pb.git",

0 commit comments

Comments
 (0)