Skip to content

Commit

Permalink
Add a missing dependency to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanuary authored Sep 5, 2017
1 parent 46ffcfb commit 4e0c418
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 @@ -45,6 +45,6 @@ let package = Package(
.target(name: "cpuplugin"),
.target(name: "envplugin"),
.target(name: "memplugin"),
.target(name: "hcapiplugin")
.target(name: "hcapiplugin", dependencies: ["agentcore"])
]
)

0 comments on commit 4e0c418

Please sign in to comment.