Skip to content

Commit

Permalink
update LanguageServerProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Mar 24, 2022
1 parent 39b1574 commit 1d4b7f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,17 @@
"repositoryURL": "https://github.com/ChimeHQ/JSONRPC",
"state": {
"branch": null,
"revision": "1c1bc2f876f778f0689040eebc9321833508c6dc",
"version": "0.3.3"
"revision": "d6b33c3242e71fde51bbcf1b920f85a387577a2f",
"version": "0.4.0"
}
},
{
"package": "LanguageServerProtocol",
"repositoryURL": "https://github.com/ChimeHQ/LanguageServerProtocol",
"state": {
"branch": null,
"revision": "7a489b01d6269ea783b9ad7ea73a8664f2ace059",
"version": "0.4.1"
}
},
{
"package": "NullCodable",
"repositoryURL": "https://github.com/g-mark/NullCodable",
"state": {
"branch": null,
"revision": "dcdda8a5b079827f65e283ab7c29d5caae4caf89",
"version": "1.1.0"
"revision": "c6f1b6bb81874262593507a1e9504275ac748fba",
"version": "0.5.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/OperationPlus", from: "1.5.4"),
.package(url: "https://github.com/ChimeHQ/LanguageServerProtocol", from: "0.4.1"),
.package(url: "https://github.com/ChimeHQ/LanguageServerProtocol", from: "0.5.1"),
.package(url: "https://github.com/Frizlab/FSEventsWrapper", from: "1.0.1"),
.package(url: "https://github.com/Bouke/Glob", from: "1.0.5"),
.package(url: "https://github.com/ChimeHQ/ProcessEnv", from: "0.3.0"),
Expand Down

0 comments on commit 1d4b7f4

Please sign in to comment.