From 221ae20d8b985dfd8d94e614a7608c570c475f7d Mon Sep 17 00:00:00 2001 From: Mads Odgaard Date: Mon, 9 Dec 2024 17:15:34 +0100 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 38fbc4c..25ef120 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), .package(url: "https://github.com/yahoojapan/SwiftyXMLParser.git", from: "5.6.0"), - .package(url: "https://github.com/apple/swift-collections.git", branch: "main") + .package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.