Skip to content

Commit 9fa75ce

Browse files
authored
Update swift-collections package version range
1 parent 05b1011 commit 9fa75ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "137.7151.12"),
2323
.package(url: "https://github.com/livekit/livekit-uniffi-xcframework.git", exact: "0.0.5"),
2424
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.31.0"),
25-
.package(url: "https://github.com/apple/swift-collections.git", "1.1.0" ..< "1.3.0"),
25+
.package(url: "https://github.com/apple/swift-collections.git", "1.1.0" ..< "1.5.0"),
2626
// Only used for DocC generation
2727
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0"),
2828
],

0 commit comments

Comments
 (0)