Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rymorale authored Jul 12, 2021
1 parent 7424724 commit 72e2ef7
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 @@ -24,7 +24,7 @@ let package = Package(
],
targets: [
.target(name: "AEPTarget",
dependencies: ["AEPCore", "AEPServices"],
dependencies: ["AEPCore", .product(name: "AEPServices", package: "AEPCore")],
path: "AEPTarget/Sources"),
]
)

0 comments on commit 72e2ef7

Please sign in to comment.