Skip to content

Commit 9ba3343

Browse files
authored
update concurrencyplus dependency (#15)
Signed-off-by: Wouter01 <wouterhennen@gmail.com>
1 parent 96baa07 commit 9ba3343

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
targets: ["CodeEditKit"])
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/ChimeHQ/ConcurrencyPlus", branch: "main"),
17+
.package(url: "https://github.com/ChimeHQ/ConcurrencyPlus", from: "0.4.1"),
1818
.package(url: "https://github.com/ChimeHQ/LanguageClient", from: "0.5.0"),
1919
.package(url: "https://github.com/ChimeHQ/ProcessService", from: "0.2.6"),
2020
.package(

0 commit comments

Comments
 (0)