We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90345a6 commit 7e4755dCopy full SHA for 7e4755d
Resources/ProjectTemplate/Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
dependencies: [
10
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
11
.package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"),
12
- .package(url: "https://github.com/apple/swift-collections", from: "1.1.3"),
+ .package(url: "https://github.com/apple/swift-collections", from: "1.1.4"),
13
.package(url: "https://github.com/apple/swift-crypto", from: "3.7.1"),
14
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.2"),
15
.package(url: "https://github.com/apple/swift-system", from: "1.3.2"),
0 commit comments