We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b30664 commit d7c7a56Copy full SHA for d7c7a56
1 file changed
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.package(url: "https://github.com/Local-Connectivity-Lab/lcl-ping.git", from: "1.0.4"),
13
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.3"),
14
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
15
- .package(url: "https://github.com/Local-Connectivity-Lab/lcl-auth.git", branch: "main"),
+ .package(url: "https://github.com/Local-Connectivity-Lab/lcl-auth.git", from: "1.0.2"),
16
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
17
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.25.0"),
18
.package(url: "https://github.com/Local-Connectivity-Lab/lcl-speedtest.git", from: "1.0.7"),
0 commit comments