Skip to content

Commit

Permalink
Set rsocketVersion to 1.0.+
Browse files Browse the repository at this point in the history
Closes gh-9006
  • Loading branch information
jgrandja committed Sep 9, 2020
1 parent 94bc197 commit 8615c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (!project.hasProperty("kotlinVersion")) {
ext.kotlinVersion = "1.+"
}
if (!project.hasProperty("rsocketVersion")) {
ext.rsocketVersion = "1.+"
ext.rsocketVersion = "1.0.+"
}
if (!project.hasProperty("locksDisabled")) {
dependencyLocking {
Expand Down

0 comments on commit 8615c4a

Please sign in to comment.