Skip to content

Commit e21ac39

Browse files
committed
Use DependenciesTestSupport
1 parent cfbb9e4 commit e21ac39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let package = Package(
3838
.package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: "release/5.10"),
3939
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"),
4040
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
41-
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.2"),
41+
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.8.0"),
4242
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
4343
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),
4444
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
@@ -94,6 +94,7 @@ let package = Package(
9494
swiftSettings: swiftSettings),
9595
.testTarget(name: "AppTests",
9696
dependencies: [
97+
.product(name: "DependenciesTestSupport", package: "swift-dependencies"),
9798
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
9899
.product(name: "InlineSnapshotTesting", package: "swift-snapshot-testing"),
99100
.product(name: "XCTVapor", package: "vapor"),

0 commit comments

Comments
 (0)