Skip to content

Commit 814c89a

Browse files
committed
Updates
1 parent cf54830 commit 814c89a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ let package = Package(
1616
targets: ["LyricsCore", "LyricsService"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/cx-org/CXShim", .upToNextMinor(from: "0.4.0")),
20-
.package(url: "https://github.com/cx-org/CXExtensions", .upToNextMinor(from: "0.4.0")),
19+
.package(url: "https://github.com/MxIris-LyricsX-Project/CXShim", .branchItem("master")),
20+
.package(url: "https://github.com/MxIris-LyricsX-Project/CXExtensions", .branchItem("master")),
2121
.package(url: "https://github.com/ddddxxx/Regex", from: "1.0.1"),
2222
.package(url: "https://github.com/Mx-Iris/SwiftCF", .branchItem("master")),
2323
.package(name: "Gzip", url: "https://github.com/1024jp/GzipSwift", from: "5.0.0"),
24-
// .package(url: "https://github.com/drmohundro/SWXMLHash", .upToNextMajor(from: "7.0.0")),
2524
],
2625
targets: [
2726
.target(

0 commit comments

Comments
 (0)