Skip to content

Commit

Permalink
Pin to specific version to get tests to run again
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Nov 27, 2023
1 parent 7e23c49 commit 8d38a44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
"version" : "0.9.0"
}
},
{
"identity" : "languageserverprotocol",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/LanguageServerProtocol",
"state" : {
"revision" : "a355005e6c00775bb567e1d5927a4d57423474c9"
}
},
{
"identity" : "processenv",
"kind" : "remoteSourceControl",
Expand Down
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ let package = Package(
targets: ["LanguageClient"]),
],
dependencies: [
// .packag e(url: "https://github.com/koliyo/LanguageServerProtocol", from: "0.10.1"),
.package(path: "../LanguageServerProtocol"),
.package(url: "https://github.com/ChimeHQ/LanguageServerProtocol", revision: "a355005e6c00775bb567e1d5927a4d57423474c9"),
.package(url: "https://github.com/Frizlab/FSEventsWrapper", from: "2.1.0"),
.package(url: "https://github.com/ChimeHQ/GlobPattern", from: "0.1.1"),
.package(url: "https://github.com/ChimeHQ/JSONRPC", from: "0.9.0"),
// .package(name: "JSONRPC", path: "../JSONRPC"),
.package(url: "https://github.com/ChimeHQ/ProcessEnv", from: "1.0.0"),
.package(url: "https://github.com/groue/Semaphore", from: "0.0.8"),
.package(url: "https://github.com/mattmassicotte/Queue", from: "0.1.4"),
Expand Down

0 comments on commit 8d38a44

Please sign in to comment.