We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136a345 commit 9034973Copy full SHA for 9034973
Package.swift
@@ -21,7 +21,7 @@ let package = Package(
21
.library(name: "FlareUI", targets: ["FlareUI"]),
22
],
23
dependencies: [
24
- .package(url: "https://github.com/space-code/concurrency.git", exact: "0.2.0"),
+ .package(url: "https://github.com/space-code/concurrency.git", exact: "0.3.1"),
25
.package(url: "https://github.com/apple/swift-docc-plugin", exact: "1.4.5"),
26
.package(url: "https://github.com/space-code/log.git", exact: "1.2.0"),
27
.package(url: "https://github.com/space-code/atomic.git", exact: "1.1.1"),
0 commit comments