Skip to content

Commit

Permalink
fix AsyncExt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Nov 5, 2018
1 parent 9d10eca commit 0d29441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -22,7 +22,7 @@ let package = Package(
],
targets: [
// AsyncExt
.target(name: "AsyncExt", dependencies: ["Async"]),
.target(name: "AsyncExt", dependencies: ["Async", "Core"]),
.testTarget(name: "AsyncExtTests", dependencies: ["AsyncExt"]),

// FluentExt
Expand Down

0 comments on commit 0d29441

Please sign in to comment.