diff --git a/Package.resolved b/Package.resolved index a357d6d..be54dc7 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,14 +1,15 @@ { + "originHash" : "24aa8e602dfdd9631234f5467402f3580124c7f02f8357f1097a43291da9eddd", "pins" : [ { - "identity" : "xctest-dynamic-overlay", + "identity" : "swift-issue-reporting", "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", + "location" : "https://github.com/pointfreeco/swift-issue-reporting", "state" : { - "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", - "version" : "1.4.3" + "revision" : "b444594f79844b0d6d76d70fbfb3f7f71728f938", + "version" : "1.5.1" } } ], - "version" : 2 + "version" : 3 } diff --git a/Package.swift b/Package.swift index 5c2d702..53b7f05 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2") + .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.2") ], targets: [ .target( name: "CustomDump", dependencies: [ - .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), - .product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"), + .product(name: "IssueReporting", package: "swift-issue-reporting"), + .product(name: "XCTestDynamicOverlay", package: "swift-issue-reporting"), ], swiftSettings: [ .enableExperimentalFeature("StrictConcurrency") diff --git a/Package@swift-6.0.swift b/Package@swift-6.0.swift index af27ad9..00a5a0f 100644 --- a/Package@swift-6.0.swift +++ b/Package@swift-6.0.swift @@ -17,14 +17,14 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2") + .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.2") ], targets: [ .target( name: "CustomDump", dependencies: [ - .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), - .product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"), + .product(name: "IssueReporting", package: "swift-issue-reporting"), + .product(name: "XCTestDynamicOverlay", package: "swift-issue-reporting"), ] ), .testTarget(