Skip to content

Commit 270a754

Browse files
Real dependencies (pointfreeco#74)
* Move XCTestDynamicOverlay to real place of use * Remove unused dependencies
1 parent 712894c commit 270a754

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,15 @@ let package = Package(
3030
.target(
3131
name: "_SwiftUINavigationState",
3232
dependencies: [
33-
.product(name: "CasePaths", package: "swift-case-paths"),
3433
.product(name: "CustomDump", package: "swift-custom-dump"),
34+
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
3535
]
3636
),
3737
.target(
3838
name: "SwiftUINavigation",
3939
dependencies: [
4040
"_SwiftUINavigationState",
4141
.product(name: "CasePaths", package: "swift-case-paths"),
42-
.product(name: "CustomDump", package: "swift-custom-dump"),
43-
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
4442
]
4543
),
4644
.testTarget(

0 commit comments

Comments
 (0)