Skip to content

Commit

Permalink
1.7.x doesn't work on viafabric. (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura committed Jun 18, 2023
1 parent 73bb621 commit b7ea59e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public IntSortedSet getServerProtocolVersions() {
}
// On client-side we can connect to any server version
IntSortedSet versions = new IntLinkedOpenHashSet();
versions.add(ProtocolVersion.v1_7_1.getOriginalVersion());
versions.add(ProtocolVersion.v1_8.getOriginalVersion());
versions.add(ProtocolVersion.getProtocols()
.stream()
.mapToInt(ProtocolVersion::getOriginalVersion)
Expand Down

0 comments on commit b7ea59e

Please sign in to comment.