Skip to content

Commit 6c38409

Browse files
Merge pull request #237 from SwiftFiddle/renovate/apple-swift-collections-1.x
Update dependency apple/swift-collections to from: "1.1.3"
2 parents 7b6c4b8 + 360998f commit 6c38409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/ProjectTemplate/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
1111
.package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"),
12-
.package(url: "https://github.com/apple/swift-collections", from: "1.1.2"),
12+
.package(url: "https://github.com/apple/swift-collections", from: "1.1.3"),
1313
.package(url: "https://github.com/apple/swift-crypto", from: "3.6.1"),
1414
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.2"),
1515
.package(url: "https://github.com/apple/swift-system", from: "1.3.2"),

0 commit comments

Comments
 (0)