Skip to content

Commit 37c43c3

Browse files
committed
Changed yokozuna dependency on develop-2.2 branch in order to pull in AWS workaround
1 parent d96b67e commit 37c43c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{riak_search, ".*", {git, "git://github.com/basho/riak_search.git", {tag, "2.1.6"}}},
2222
{riak_control, ".*", {git, "git://github.com/basho/riak_control.git", {tag, "2.1.6"}}},
2323
{riaknostic, ".*", {git, "git://github.com/basho/riaknostic.git", {tag, "2.1.7"}}},
24-
{yokozuna, ".*", {git, "git://github.com/basho/yokozuna.git", {tag, "2.1.10"}}},
24+
{yokozuna, ".*", {git, "git://github.com/basho/yokozuna.git", {branch, "develop-2.2"}}},
2525
{riak_auth_mods, ".*", {git, "git://github.com/basho/riak_auth_mods.git", {tag, "2.1.0"}}},
2626
{rebar_lock_deps_plugin, ".*", {git, "https://github.com/basho/rebar_lock_deps_plugin.git", {tag, "3.1.0p1"}}}
2727
]}.

0 commit comments

Comments
 (0)