Skip to content

Commit c48ca88

Browse files
committed
Remove empty dependencies declaration
1 parent 671ff57 commit c48ca88

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Package.swift

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ let package = Package(
1616
name: "CombineExpectations",
1717
targets: ["CombineExpectations"]),
1818
],
19-
dependencies: [
20-
// Dependencies declare other packages that this package depends on.
21-
// .package(url: /* package url */, from: "1.0.0"),
22-
],
2319
targets: [
2420
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2521
// Targets can depend on other targets in this package, and on products in packages which this package depends on.

0 commit comments

Comments
 (0)