Skip to content

Commit 0dd3ca9

Browse files
author
AlexanderLitus
committed
Merge pull request #128 from SpineEventEngine/command-bus-improvements
Update proto-plugin dependency.
2 parents fad7fd8 + 2df6190 commit 0dd3ca9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
55
}
66
dependencies {
7-
classpath group: 'org.spine3.tools', name: 'protobuf-plugin', version: '1.3.1', changing: true
7+
classpath group: 'org.spine3.tools', name: 'protobuf-plugin', version: '1.3.2', changing: true
88
}
99
}
1010

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
44
}
55
dependencies {
6-
classpath group: 'org.spine3.tools', name: 'protobuf-plugin', version: '1.3.1', changing: true
6+
classpath group: 'org.spine3.tools', name: 'protobuf-plugin', version: '1.3.2', changing: true
77
}
88
}
99

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
44
}
55
dependencies {
6-
classpath group: 'org.spine3.tools', name: 'protobuf-plugin', version: '1.3.1', changing: true
6+
classpath group: 'org.spine3.tools', name: 'protobuf-plugin', version: '1.3.2', changing: true
77
}
88
}
99

values/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
55
}
66
dependencies {
7-
classpath group: 'org.spine3.tools', name: 'protobuf-plugin', version: '1.3.1', changing: true
7+
classpath group: 'org.spine3.tools', name: 'protobuf-plugin', version: '1.3.2', changing: true
88
}
99
}
1010

0 commit comments

Comments
 (0)