Skip to content

Commit 40a2adf

Browse files
committed
Revert to explicit declarations in Package.swift.
1 parent 920fd61 commit 40a2adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ let package = Package(
2626
name: "ComposableArchitecture",
2727
dependencies: [
2828
"ReactiveSwift",
29-
"CasePaths",
30-
"XCTestDynamicOverlay",
29+
.product(name: "CasePaths", package: "swift-case-paths"),
30+
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
3131
]
3232
),
3333
.testTarget(

0 commit comments

Comments
 (0)