Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 23, 2023
1 parent 7b79af6 commit 092fe0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "FSEventsWrapper",
"repositoryURL": "https://github.com/mattmassicotte/FSEventsWrapper",
"repositoryURL": "https://github.com/Frizlab/FSEventsWrapper",
"state": {
"branch": "feature/asyncstream",
"revision": "22b2062fca2dc64be8722b28a2bf6fd27986c655",
"version": null
"branch": null,
"revision": "70bbea4b108221fcabfce8dbced8502831c0ae04",
"version": "2.1.0"
}
},
{
Expand All @@ -24,17 +24,17 @@
"repositoryURL": "https://github.com/ChimeHQ/JSONRPC",
"state": {
"branch": null,
"revision": "42e5e5dd5aace3885d705f6fad50e60ad4cc3c69",
"version": null
"revision": "5f48cfdc1c4ce70cd50d996a95ee60d26aa72fee",
"version": "0.8.0"
}
},
{
"package": "LanguageServerProtocol",
"repositoryURL": "https://github.com/ChimeHQ/LanguageServerProtocol",
"state": {
"branch": null,
"revision": "6f05c1b2cc8b3afad83c7cba310b3338199780af",
"version": null
"revision": "a244efe43ac7a42577b4afd9ccc43b5223c7f18d",
"version": "0.10.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ let package = Package(
targets: ["LanguageClient"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/LanguageServerProtocol", revision: "6f05c1b2cc8b3afad83c7cba310b3338199780af"),
.package(url: "https://github.com/ChimeHQ/LanguageServerProtocol", from: "0.10.0"),
.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", revision: "42e5e5dd5aace3885d705f6fad50e60ad4cc3c69"),
.package(url: "https://github.com/ChimeHQ/JSONRPC", from: "0.8.0"),
.package(url: "https://github.com/ChimeHQ/ProcessEnv", from: "0.3.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 092fe0d

Please sign in to comment.