Skip to content

Commit

Permalink
Depend on new DNS release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Apr 5, 2017
1 parent a639dea commit d793820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -6,7 +6,7 @@ let package = Package(
Target(name: "NetService", dependencies: ["Cifaddrs"])
],
dependencies: [
.Package(url: "https://github.com/Bouke/DNS.git", majorVersion: 0, minor: 2),
.Package(url: "https://github.com/Bouke/DNS.git", majorVersion: 0, minor: 3),
.Package(url: "https://github.com/IBM-Swift/BlueSocket.git", majorVersion: 0, minor: 12)
]
)

0 comments on commit d793820

Please sign in to comment.