We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22a7f17 + 807befd commit 7a84998Copy full SHA for 7a84998
build.gradle
@@ -33,10 +33,10 @@ buildscript {
33
guavaVersion = '20.0'
34
protobufGradlePluginVerison = '0.8.0'
35
36
- spineVersion = '0.7.24-SNAPSHOT'
+ spineVersion = '0.8.0'
37
//TODO:2016-12-12:alexander.yevsyukov: Advance the plug-in version together with all the components and change
38
// the version of the dependency below to `spineVersion` defined above.
39
- spineProtobufPluginVersion = spineVersion
+ spineProtobufPluginVersion = '0.7.24-SNAPSHOT'
40
}
41
42
dependencies {
0 commit comments