Skip to content

Commit

Permalink
bump swiftnio version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnzhou committed Sep 26, 2024
1 parent a412b0b commit efa93f9
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 @@ -12,9 +12,9 @@ let package = Package(
.library(name: "LCLSpeedtest", targets: ["LCLSpeedtest"])
],
dependencies: [
.package(url: "https://github.com/johnnzhou/swift-nio.git", branch: "main"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.73.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/johnnzhou/websocket-kit.git", branch: "main")
.package(url: "https://github.com/Local-Connectivity-Lab/websocket-kit.git", branch: "main")
],
targets: [
.target(
Expand Down

0 comments on commit efa93f9

Please sign in to comment.