diff --git a/Package.swift b/Package.swift index 4cd3705..66d28db 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/swiftwasm/JavaScriptKit", .upToNextMinor(from: "0.50.0")), .package(url: "https://github.com/elementary-swift/elementary", from: "0.7.0"), - .package(url: "https://github.com/apple/swift-collections", from: "1.4.0", traits: ["UnstableContainersPreview"]), + .package(url: "https://github.com/apple/swift-collections", .upToNextMinor(from: "1.4.0"), traits: ["UnstableContainersPreview"]), .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"604.0.0"), ], targets: [