Skip to content

Commit

Permalink
Strict JSONRPC package version to prep for big changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jun 14, 2023
1 parent dc438f7 commit cae0117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "afc20d00e38674774f84edc325424a32ae3b9e01",
"version": "0.7.0"
"revision": "aa785ad404bdcf7ec692908b3905dd4c87e87141",
"version": "0.7.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
targets: ["LanguageServerProtocol"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/JSONRPC", from: "0.7.0"),
.package(url: "https://github.com/ChimeHQ/JSONRPC", "0.7.0"..."0.7.1"),
],
targets: [
.target(
Expand Down

0 comments on commit cae0117

Please sign in to comment.