Skip to content

Commit

Permalink
update concurrencyplus dependency (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter01 <wouterhennen@gmail.com>
  • Loading branch information
Wouter01 committed May 29, 2023
1 parent 96baa07 commit 9ba3343
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 @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/ConcurrencyPlus",
"state" : {
"branch" : "main",
"revision" : "8dc56499412a373d617d50d059116bccf44b9874"
"revision" : "b5ba8d5ea6bfe9e43ccc44aa63f9b458057fa0f4",
"version" : "0.4.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: ["CodeEditKit"])
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/ConcurrencyPlus", branch: "main"),
.package(url: "https://github.com/ChimeHQ/ConcurrencyPlus", from: "0.4.1"),
.package(url: "https://github.com/ChimeHQ/LanguageClient", from: "0.5.0"),
.package(url: "https://github.com/ChimeHQ/ProcessService", from: "0.2.6"),
.package(
Expand Down

0 comments on commit 9ba3343

Please sign in to comment.