Skip to content

Commit 7adcccd

Browse files
authored
update swiftnio to 2.81.0 and lcl-speedtest to 1.0.6 (#3)
1 parent df25932 commit 7adcccd

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
@@ -13,9 +13,9 @@ let package = Package(
1313
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.3"),
1414
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
1515
.package(url: "https://github.com/Local-Connectivity-Lab/lcl-auth.git", branch: "main"),
16-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.73.0"),
16+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
1717
.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.4"),
18+
.package(url: "https://github.com/Local-Connectivity-Lab/lcl-speedtest.git", from: "1.0.6"),
1919
.package(url: "https://github.com/johnnzhou/ANSITerminal.git", from: "0.0.4"),
2020
],
2121
targets: [

0 commit comments

Comments
 (0)