Update manifest LS for atom integration

This commit is contained in:
BoykoAlex
2017-07-26 21:11:38 -04:00
parent a8c4cc065f
commit 15138f3d73

View File

@@ -5,7 +5,7 @@ class ManifestYamlLanguageClient extends JarLanguageClient {
constructor() {
super(
'https://s3-us-west-1.amazonaws.com/s3-test.spring.io/sts4/fatjars/snapshots/manifest-yaml-language-server-0.0.9-201707201812.jar',
'https://s3-us-west-1.amazonaws.com/s3-test.spring.io/sts4/fatjars/snapshots/manifest-yaml-language-server-0.0.9-201707270057.jar',
path.join(__dirname, '..', 'server')
);