Skip to content

Commit

Permalink
ctls target dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Aug 30, 2017
1 parent 563a66e commit 6c6eedb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.package(url: "https://github.com/vapor/ctls.git", .upToNextMajor(from: "1.1.0")),
],
targets: [
.target(name: "TLS", dependencies: ["Core", "Sockets"]),
.target(name: "TLS", dependencies: ["Core", "CTLS", "Sockets"]),
.testTarget(name: "TLSTests", dependencies: ["TLS"]),
]
)

0 comments on commit 6c6eedb

Please sign in to comment.