Skip to content

Commit

Permalink
TSA-1647: update FoundationExtensions indirect dependencies (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
melle authored Nov 24, 2022
1 parent 4d66fe0 commit 4b41a00
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", .exact("0.1.13"))
.package(url: "https://github.com/teufelaudio/NetworkExtensions.git", .exact("0.1.14"))
],
targets: [
.target(name: "CombineBonjour", dependencies: ["NetworkExtensions"]),
Expand Down

0 comments on commit 4b41a00

Please sign in to comment.