File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
example-grpc-client-server Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ subprojects{ subproject ->
4545 apply plugin : ' kotlin'
4646
4747 group = ' com.github.marcoferrer.krotoplus'
48- version = ' 0.2.2-RC1 '
48+ version = ' 0.2.2-RC2 '
4949
5050 compileKotlin {
5151 kotlinOptions. jvmTarget = " 1.8"
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ protobuf {
9292 </goals >
9393 <configuration >
9494 <pluginId >grpc-coroutines</pluginId >
95- <pluginArtifact >com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.2.2-RC1 :jar:jvm8</pluginArtifact >
95+ <pluginArtifact >com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.2.2-RC2 :jar:jvm8</pluginArtifact >
9696 </configuration >
9797 </execution >
9898 </executions >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 " grpc" : ' 1.15.1' ,
66 " kotlin" : ' 1.3.11' ,
77 " coroutines" : ' 1.1.0' ,
8- " krotoplus" : ' 0.2.2-RC1 '
8+ " krotoplus" : ' 0.2.2-RC2 '
99 ]
1010 }
1111
You can’t perform that action at this time.
0 commit comments