Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 07d2a8f

Browse files
committed
Fixed riak_pb version
1 parent acac628 commit 07d2a8f

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
@@ -3,7 +3,7 @@
33

44
{deps, [
55
{lager, "3.6.2"},
6-
{riak_pb, ".*", {git, "git://github.com/syncfree/riak_pb", {tag, "v0.7.0"}}}
6+
{riak_pb, ".*", {git, "git://github.com/syncfree/riak_pb", {tag, "v0.7.1"}}}
77
]}.
88

99
{plugins, [

0 commit comments

Comments
 (0)