Skip to content

Commit

Permalink
use new JSONRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 22, 2023
1 parent 159c183 commit a244efe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 112 deletions.
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

102 changes: 0 additions & 102 deletions .swiftpm/xcode/xcshareddata/xcschemes/LanguageServerProtocol.xcscheme

This file was deleted.

4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/ChimeHQ/JSONRPC",
"state": {
"branch": null,
"revision": "42e5e5dd5aace3885d705f6fad50e60ad4cc3c69",
"version": null
"revision": "5f48cfdc1c4ce70cd50d996a95ee60d26aa72fee",
"version": "0.8.0"
}
}
]
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: "42e5e5dd5aace3885d705f6fad50e60ad4cc3c69"),
.package(url: "https://github.com/ChimeHQ/JSONRPC", from: "0.8.0"),
],
targets: [
.target(
Expand Down

0 comments on commit a244efe

Please sign in to comment.