@@ -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