Skip to content

Commit

Permalink
chore: protocol version 9 for LS (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored May 10, 2023
1 parent 5214c76 commit b32776d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class LsBinaries {
private static final String LS_DOWNLOAD_BASE_URL = "https://static.snyk.io/snyk-ls";
public static final String REQUIRED_LS_PROTOCOL_VERSION = "8";
public static final String REQUIRED_LS_PROTOCOL_VERSION = "9";

public static URI getBaseUri() {
return URI.create(String.format("%s/%s", LS_DOWNLOAD_BASE_URL, REQUIRED_LS_PROTOCOL_VERSION));
Expand Down

0 comments on commit b32776d

Please sign in to comment.