Skip to content

Commit

Permalink
Fix dep version for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Nov 17, 2011
1 parent d347f34 commit a042bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Expand Up @@ -6,6 +6,6 @@

{deps, [{skerl, "1.1.0",
{git, "git://github.com/basho/skerl", {tag, "1.1.0"}}},
{riak_kv, "1.0.*",
{git, "git://github.com/basho/riak_kv", {branch, "1.0"}}}
{riak_kv, "1.0.2",
{git, "git://github.com/basho/riak_kv", {tag, "1.0.2"}}}
]}.

0 comments on commit a042bbb

Please sign in to comment.