Update Package.swift

This commit is contained in:
dnrops 2024-08-27 21:03:31 +08:00
parent 48e2fa746e
commit 8bdc286847
1 changed files with 3 additions and 3 deletions

View File

@ -139,9 +139,9 @@ let package = Package(
.library(name: "NIOTestUtils", targets: ["NIOTestUtils"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.2"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://gitlink.org.cn/dnrops/swift-atomics.git", from: "1.1.0"),
.package(url: "https://gitlink.org.cn/dnrops/swift-collections.git", from: "1.0.2"),
.package(url: "https://gitlink.org.cn/dnrops/swift-docc-plugin", from: "1.0.0"),
],
targets: targets
)