Skip to content

Commit aa3680f

Browse files
committed
Test invalid scripting version
1 parent bab3096 commit aa3680f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ValeLS/ValeLS.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
return {
22
Id = "vale",
33
Name = "Vale Language Server",
4-
Version = "1.0.0",
5-
CompatVersion = "1.0.0",
4+
Version = "1.0.1",
5+
CompatVersion = "1.0.1",
66
VendorId = "theqtcompany",
77
Vendor = "The Qt Company",
88
Copyright = "(C) The Qt Company 2024",
@@ -13,7 +13,7 @@ return {
1313
Experimental = true,
1414
DisabledByDefault = false,
1515
Dependencies = {
16-
{ Id = "lualanguageclient", Version = "15.0.0", Type = "scripting" }
16+
{ Id = "lualanguageclient", Version = "20.0.0", Type = "scripting" }
1717
},
1818
Tags = {"language server", "Vale", "ValeLS", "Qt"},
1919
Languages = {"en", "de"},

0 commit comments

Comments
 (0)