Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
badim committed Apr 19, 2016
1 parent d84c692 commit b408887
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 @@ -4,6 +4,6 @@ let package = Package(
name: "ZeroMQ",
targets: [Target(name: "ZeroMQ", dependencies: ["CZeroMQ"])],
dependencies: [
.Package(url: "https://github.com/open-swift/S4.git", majorVersion: 0, minor: 5)
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 5)
]
)

0 comments on commit b408887

Please sign in to comment.