Skip to content

Commit

Permalink
Merge pull request #124 from snyk/chore/ls-version
Browse files Browse the repository at this point in the history
chore: bump LS version
  • Loading branch information
michelkaporin authored Feb 10, 2023
2 parents 214ce1e + 1b7bea7 commit ee47a36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [2.0.0] - Unreleased
### Changes
- Snyk Test now scans the selected project
- Increase LS version

## [2.0.0] - v20230131.163308
### Changes
- Snyk Test now scans the selected project
- Added new Snyk Test Workspace command

## [2.0.0] - v20221222.164444
Expand Down
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 = "6";
public static final String REQUIRED_LS_PROTOCOL_VERSION = "7";

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 ee47a36

Please sign in to comment.