Skip to content

Commit

Permalink
Use latest JSONRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 18, 2023
1 parent 1799eb1 commit 6f05c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repositoryURL": "https://github.com/ChimeHQ/JSONRPC",
"state": {
"branch": null,
"revision": "306acbe0de2e87e4f6c1dc3901613aa9df293754",
"revision": "42e5e5dd5aace3885d705f6fad50e60ad4cc3c69",
"version": null
}
}
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["LanguageServerProtocol"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/JSONRPC", revision: "306acbe0de2e87e4f6c1dc3901613aa9df293754"),
.package(url: "https://github.com/ChimeHQ/JSONRPC", revision: "42e5e5dd5aace3885d705f6fad50e60ad4cc3c69"),
],
targets: [
.target(
Expand Down

0 comments on commit 6f05c1b

Please sign in to comment.