Update Package.swift

This commit is contained in:
dnrops 2024-08-27 20:51:20 +08:00
parent e0d8e9db46
commit cf1304ef90
1 changed files with 5 additions and 5 deletions

View File

@ -46,23 +46,23 @@ let package = Package(
],
dependencies: [
.package(
url: "https://github.com/swiftwasm/JavaScriptKit.git",
url: "https://gitlink.org.cn/dnrops/JavaScriptKit.git",
from: "0.15.0"
),
.package(
url: "https://github.com/OpenCombine/OpenCombine.git",
url: "https://gitlink.org.cn/dnrops/OpenCombine.git",
from: "0.12.0"
),
.package(
url: "https://github.com/swiftwasm/OpenCombineJS.git",
url: "https://gitlink.org.cn/dnrops/OpenCombineJS.git",
from: "0.2.0"
),
.package(
url: "https://github.com/google/swift-benchmark",
url: "https://gitlink.org.cn/dnrops/swift-benchmark",
from: "0.1.2"
),
.package(
url: "https://github.com/pointfreeco/swift-snapshot-testing.git",
url: "https://gitlink.org.cn/dnrops/swift-snapshot-testing.git",
from: "1.9.0"
),
],