Skip to content

Commit

Permalink
Use versioned dependencies URLs -> Package.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Ballinger <[email protected]>
  • Loading branch information
karimhm and chrisballinger authored Dec 30, 2020
1 parent 70c0d0f commit c70cf76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let package = Package(
dependencies: [
.package(name: "CocoaLumberjack", url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", .upToNextMajor(from: "3.6.1")),
.package(name: "CocoaAsyncSocket", url: "https://github.com/robbiehanson/CocoaAsyncSocket.git", .upToNextMajor(from: "7.6.4")),
.package(name: "KissXML", url: "https://github.com/karimhm/KissXML.git", .branch("swift-pm")),
.package(name: "libidn", url: "https://github.com/karimhm/libidn-framework.git", .branch("swift_pm"))
.package(name: "KissXML", url: "https://github.com/robbiehanson/KissXML.git", .upToNextMajor(from: "5.3.3")),
.package(name: "libidn", url: "https://github.com/chrisballinger/libidn-framework.git", .upToNextMajor(from: "1.35.1"))
],
targets: [
.target(
Expand Down

0 comments on commit c70cf76

Please sign in to comment.