Skip to content

Commit

Permalink
Merge pull request #109 from kaden-weber/main
Browse files Browse the repository at this point in the history
Update Package.swift - semantic versioning
  • Loading branch information
yvbeek authored Apr 21, 2021
2 parents 3484481 + 9a314a1 commit e763612
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 @@ -16,8 +16,8 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/robbiehanson/CocoaAsyncSocket.git", from: "7.6"),
.package(url: "https://github.com/Building42/HTTPParserC.git", from: "2.9")
.package(url: "https://github.com/robbiehanson/CocoaAsyncSocket.git", from: "7.6.5"),
.package(url: "https://github.com/Building42/HTTPParserC.git", from: "2.9.4")
],
targets: [
.target(
Expand Down

0 comments on commit e763612

Please sign in to comment.