Skip to content

Commit 8615c4a

Browse files
committed
Set rsocketVersion to 1.0.+
Closes gh-9006
1 parent 94bc197 commit 8615c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!project.hasProperty("kotlinVersion")) {
1313
ext.kotlinVersion = "1.+"
1414
}
1515
if (!project.hasProperty("rsocketVersion")) {
16-
ext.rsocketVersion = "1.+"
16+
ext.rsocketVersion = "1.0.+"
1717
}
1818
if (!project.hasProperty("locksDisabled")) {
1919
dependencyLocking {

0 commit comments

Comments
 (0)