Skip to content

Commit

Permalink
Setting version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jul 18, 2019
1 parent e1babe5 commit 7cb1bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -138,7 +138,7 @@ All settings and tasks are in the `protobuf` scope. If you want to execute the `
<tr>
<td>version</td>
<td>x</td>
<td><code>"3.7.0"</code></td>
<td><code>"3.9.0"</code></td>
<td>Which version of the protobuf library should be used. A dependency to <code>"com.google.protobuf" % "protobuf-java" % "$version"</code> is automatically added to <code>libraryDependencies</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.6.5-SNAPSHOT"
version in ThisBuild := "0.6.5"

0 comments on commit 7cb1bde

Please sign in to comment.