From 2f01c7226b1ffa7d40a27e47c69935969c258ae5 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Thu, 28 Jul 2016 09:37:49 -0700 Subject: [PATCH] Update erlang_protobuffs to 0.9.0 --- RELNOTES.md | 2 ++ rebar.config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELNOTES.md b/RELNOTES.md index 3e3a18a2..5f7b1674 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,5 +1,7 @@ Release Notes ============= +* `2.1.4.2` + * Update `erlang_protobuffs` to `0.9.0`. Supports quoting reserved words in a `R15`-compatible way. * [`2.1.4.1`](https://github.com/basho/riak_pb/issues?q=milestone%3Ariak_pb-2.1.4.1) * OTP 19 support in `riak_pb` and dependencies. diff --git a/rebar.config b/rebar.config index 842d7361..682e3526 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@ ]}. {deps, [ - {protobuffs, "0.8.*", {git, "https://github.com/basho/erlang_protobuffs.git", {tag, "0.8.4"}}}, + {protobuffs, "0.9.*", {git, "https://github.com/basho/erlang_protobuffs.git", {tag, "0.9.0"}}}, {hamcrest, "0.3.*", {git, "https://github.com/basho/hamcrest-erlang.git", {tag, "0.3.0-basho"}}} ]}.