Skip to content

Commit

Permalink
Use apple/[email protected] (#472)
Browse files Browse the repository at this point in the history
it's finally released
  • Loading branch information
muukii authored Mar 24, 2024
1 parent 7a79947 commit 28e6f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/swift-collections",
"location" : "https://github.com/apple/swift-collections",
"state" : {
"revision" : "939cfd25234472b4dc91c3caeab304d15bca9a73",
"revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
"version" : "1.1.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.0.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"),
.package(url: "https://github.com/FluidGroup/swift-collections", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
.package(url: "https://github.com/VergeGroup/swift-concurrency-task-manager", from: "1.1.0"),

/// for testing
Expand Down

0 comments on commit 28e6f5d

Please sign in to comment.