Skip to content

Commit c70cf76

Browse files
Use versioned dependencies URLs -> Package.swift
Co-authored-by: Chris Ballinger <[email protected]>
1 parent 70c0d0f commit c70cf76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ let package = Package(
2222
dependencies: [
2323
.package(name: "CocoaLumberjack", url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", .upToNextMajor(from: "3.6.1")),
2424
.package(name: "CocoaAsyncSocket", url: "https://github.com/robbiehanson/CocoaAsyncSocket.git", .upToNextMajor(from: "7.6.4")),
25-
.package(name: "KissXML", url: "https://github.com/karimhm/KissXML.git", .branch("swift-pm")),
26-
.package(name: "libidn", url: "https://github.com/karimhm/libidn-framework.git", .branch("swift_pm"))
25+
.package(name: "KissXML", url: "https://github.com/robbiehanson/KissXML.git", .upToNextMajor(from: "5.3.3")),
26+
.package(name: "libidn", url: "https://github.com/chrisballinger/libidn-framework.git", .upToNextMajor(from: "1.35.1"))
2727
],
2828
targets: [
2929
.target(

0 commit comments

Comments
 (0)