Skip to content

Commit cb073f1

Browse files
committed
Switch to 1.2.1 version of riak core
1 parent dd78f00 commit cb073f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Drop these templates into `~/.rebar/templates/`:
88

99
cp riak* ~/.rebar/templates
1010

11-
Verify Erlang installation (>= R14B04):
11+
Verify Erlang installation (>= R15B01):
1212

1313
erl -version
1414

riak_core.rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{sub_dirs, ["rel"]}.
22

33
{deps, [
4-
{riak_core, "1.1.2", {git, "git://github.com/basho/riak_core", {tag, "1.1.2"}}}
4+
{riak_core, "1.2.1", {git, "git://github.com/basho/riak_core", {tag, "1.2.1"}}}
55
]}.
66

77
{erl_opts, [debug_info, warnings_as_errors]}.

0 commit comments

Comments
 (0)