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.