Set rsocketVersion to 1.1.0

Closes gh-9167
This commit is contained in:
Joe Grandja 2020-10-28 19:38:26 -04:00
parent 3618cbd3eb
commit f8cc48fe2b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if (!project.hasProperty("kotlinVersion")) {
ext.kotlinVersion = "1.+"
}
if (!project.hasProperty("rsocketVersion")) {
ext.rsocketVersion = "1.0.+"
ext.rsocketVersion = "1.1.0"
}
if (!project.hasProperty("locksDisabled")) {
dependencyLocking {