We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803f2a3 commit 8888ebbCopy full SHA for 8888ebb
_Packages/Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
dependencies: [
10
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.1"),
11
.package(url: "https://github.com/apple/swift-atomics", from: "1.3.0"),
12
- .package(url: "https://github.com/apple/swift-collections", from: "1.3.0"),
+ .package(url: "https://github.com/apple/swift-collections", from: "1.4.1"),
13
.package(url: "https://github.com/apple/swift-crypto", from: "4.3.0"),
14
.package(url: "https://github.com/apple/swift-numerics", from: "1.1.1"),
15
.package(url: "https://github.com/apple/swift-system", from: "1.6.3"),
0 commit comments