From 7cb1bdef3133f9088525cb0fe96089617068242b Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Thu, 18 Jul 2019 10:47:48 +0900 Subject: [PATCH] Setting version to 0.6.5 --- README.md | 4 ++-- version.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1dc3ff2..f862136 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.4") ``` The dependency to `"com.google.protobuf" % "protobuf-java"` is automatically added to the `Compile` scope. -The version for `protobuf-java` can be controlled by the setting `version in ProtobufConfig` (set to `3.7.0` by default). +The version for `protobuf-java` can be controlled by the setting `version in ProtobufConfig` (set to `3.9.0` by default). ### Importing sbt-protobuf settings To actually "activate" the plugin, its settings need to be included in the build. @@ -138,7 +138,7 @@ All settings and tasks are in the `protobuf` scope. If you want to execute the `
"3.7.0"
"3.9.0"
"com.google.protobuf" % "protobuf-java" % "$version"
is automatically added to libraryDependencies