Skip to content

Commit

Permalink
Update Package.swift (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Sep 13, 2021
1 parent 04502c8 commit c8e6a40
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: [
.package(url: "https://github.com/apple/swift-collections", from: "0.0.1"),
.package(url: "https://github.com/apple/swift-collections", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-collections-benchmark", from: "0.0.2"),
],
targets: [
Expand Down

0 comments on commit c8e6a40

Please sign in to comment.