Skip to content

Commit 28dd5d9

Browse files
committed
chore: bump LS version
1 parent 214ce1e commit 28dd5d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/main/java/io/snyk/languageserver/download/LsBinaries.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class LsBinaries {
66
private static final String LS_DOWNLOAD_BASE_URL = "https://static.snyk.io/snyk-ls";
7-
public static final String REQUIRED_LS_PROTOCOL_VERSION = "6";
7+
public static final String REQUIRED_LS_PROTOCOL_VERSION = "7";
88

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

0 commit comments

Comments
 (0)