Skip to content

Commit

Permalink
Merge pull request #30 from madsodgaard/patch-1
Browse files Browse the repository at this point in the history
use tagged version of swift collections
  • Loading branch information
yosshi4486 authored Dec 9, 2024
2 parents 8b33876 + 221ae20 commit cadee5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cadee5c

Please sign in to comment.