Upgrade to Protobuf 3.0.0

This commit is contained in:
Brian Clozel 2016-08-02 14:57:49 -07:00
parent 6b616bad9c
commit 7af97c38ce
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ configure(allprojects) { project ->
ext.okhttpVersion = "2.7.5"
ext.okhttp3Version = "3.4.1"
ext.poiVersion = "3.14"
ext.protobufVersion = "3.0.0-beta-4"
ext.protobufVersion = "3.0.0"
ext.reactivestreamsVersion = "1.0.0"
ext.reactorVersion = "2.0.8.RELEASE"
ext.reactorCoreVersion = '3.0.0.RC1'