diff --git a/Package.resolved b/Package.resolved index d7d911ae56..010bf6cf98 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-case-paths", "state" : { - "revision" : "031704ba0634b45e02fe875b8ddddc7f30a07f49", - "version" : "1.5.3" + "revision" : "71344dd930fde41e8f3adafe260adcbb2fc2a3dc", + "version" : "1.5.4" } }, { @@ -54,15 +54,6 @@ "version" : "1.0.0" } }, - { - "identity" : "swift-issue-reporting", - "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-issue-reporting", - "state" : { - "revision" : "926f43898706eaa127db79ac42138e1ad7e85a3f", - "version" : "1.2.0" - } - }, { "identity" : "swift-parsing", "kind" : "remoteSourceControl", @@ -80,6 +71,15 @@ "revision" : "4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c", "version" : "600.0.0-prerelease-2024-06-12" } + }, + { + "identity" : "xctest-dynamic-overlay", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", + "state" : { + "revision" : "357ca1e5dd31f613a1d43320870ebc219386a495", + "version" : "1.2.2" + } } ], "version" : 2 diff --git a/Package.swift b/Package.swift index 4c4d289a1b..1467f8193f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,15 +17,15 @@ let package = Package( .package(url: "https://github.com/apple/swift-argument-parser", from: "0.5.0"), .package(url: "https://github.com/apple/swift-collections", from: "1.0.3"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.0"), .package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.13.0"), + .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"), .package(url: "https://github.com/google/swift-benchmark", from: "0.1.1"), ], targets: [ .target( name: "URLRouting", dependencies: [ - .product(name: "IssueReporting", package: "swift-issue-reporting"), + .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), .product(name: "OrderedCollections", package: "swift-collections"), .product(name: "Parsing", package: "swift-parsing"), ]