Skip to content

Commit

Permalink
Set rsocketVersion to 1.1.0
Browse files Browse the repository at this point in the history
Closes gh-9167
  • Loading branch information
jgrandja committed Oct 29, 2020
1 parent 3618cbd commit f8cc48f
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.0.+"
ext.rsocketVersion = "1.1.0"
}
if (!project.hasProperty("locksDisabled")) {
dependencyLocking {
Expand Down

0 comments on commit f8cc48f

Please sign in to comment.