Skip to content

Commit 9a314a1

Browse files
authored
Update Package.swift
using semantic versioning for dependencies; both dependencies dropping support for iOS 8
1 parent 3484481 commit 9a314a1

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
@@ -16,8 +16,8 @@ let package = Package(
1616
)
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/robbiehanson/CocoaAsyncSocket.git", from: "7.6"),
20-
.package(url: "https://github.com/Building42/HTTPParserC.git", from: "2.9")
19+
.package(url: "https://github.com/robbiehanson/CocoaAsyncSocket.git", from: "7.6.5"),
20+
.package(url: "https://github.com/Building42/HTTPParserC.git", from: "2.9.4")
2121
],
2222
targets: [
2323
.target(

0 commit comments

Comments
 (0)