Skip to content

Commit

Permalink
Integrate new cluster version
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyslav.baldovskyi committed Aug 28, 2023
1 parent 24dff0f commit 3f8b338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</scm>

<properties>
<scalecube-cluster.version>2.6.17</scalecube-cluster.version>
<scalecube-cluster.version>2.7.0.rc</scalecube-cluster.version>
<scalecube-commons.version>1.0.24</scalecube-commons.version>
<scalecube-security.version>1.0.32</scalecube-security.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void onMembershipEvent(MembershipEvent event) {

@Override
public Address address() {
return cluster != null ? cluster.address() : null;
return cluster != null ? cluster.addresses().get(0) : null;
}

@Override
Expand Down

0 comments on commit 3f8b338

Please sign in to comment.