diff --git a/build.gradle b/build.gradle index c48707a..d5a181a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id 'com.google.protobuf' version '0.9.6' + id 'com.google.protobuf' version '0.10.0' // Generate IntelliJ IDEA's .idea & .iml project files id 'idea' id "maven-publish"