Skip to content

Commit

Permalink
Update NetworkExtensions to get rid of long polling dep (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizmb authored Apr 22, 2021
1 parent 01df576 commit 5e2655f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "CombineBonjourDynamic", type: .dynamic, targets: ["CombineBonjour"]),
],
dependencies: [
.package(url: "https://github.com/teufelaudio/NetworkExtensions.git", .upToNextMajor(from: "0.1.0"))
.package(url: "https://github.com/teufelaudio/NetworkExtensions.git", .upToNextMajor(from: "0.1.6"))
],
targets: [
.target(name: "CombineBonjour", dependencies: ["NetworkExtensions"]),
Expand Down

0 comments on commit 5e2655f

Please sign in to comment.