imcrease gRPC message size limit

This commit is contained in:
Maksim Fomenkov
2022-11-29 16:04:56 +04:00
parent f780a545ef
commit 81f825f1c1
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ group = 'io.emeraldpay.dshackle'
// Version schema:
// x.x.x for production, following SemVer model
// x.x.x-SNAPSHOT for development
version = '0.15.0-SNAPSHOT'
version = '0.16.0-SNAPSHOT'
java {
sourceCompatibility = JavaVersion.VERSION_13