Skip to content

Commit 31d36d5

Browse files
authored
bump to stable version of websocket (#7)
1 parent 565a6ab commit 31d36d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-nio.git", from: "2.73.0"),
1616
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
17-
.package(url: "https://github.com/Local-Connectivity-Lab/websocket-kit.git", branch: "main")
17+
.package(url: "https://github.com/Local-Connectivity-Lab/websocket-kit.git", from: "1.0.0")
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)