diff --git a/Package.resolved b/Package.resolved index 6ef6c77..0f5a145 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,12 +1,12 @@ { "pins" : [ { - "identity" : "swift-issue-reporting", + "identity" : "xctest-dynamic-overlay", "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-issue-reporting", + "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "926f43898706eaa127db79ac42138e1ad7e85a3f", - "version" : "1.2.0" + "revision" : "357ca1e5dd31f613a1d43320870ebc219386a495", + "version" : "1.2.2" } } ], diff --git a/Package.swift b/Package.swift index a223f81..5c2d702 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.0") + .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2") ], targets: [ .target( name: "CustomDump", dependencies: [ - .product(name: "IssueReporting", package: "swift-issue-reporting"), - .product(name: "XCTestDynamicOverlay", package: "swift-issue-reporting"), + .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), + .product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"), ], swiftSettings: [ .enableExperimentalFeature("StrictConcurrency") diff --git a/Package@swift-6.0.swift b/Package@swift-6.0.swift index 5eaf266..af27ad9 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/swift-issue-reporting", from: "1.2.0") + .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2") ], targets: [ .target( name: "CustomDump", dependencies: [ - .product(name: "IssueReporting", package: "swift-issue-reporting"), - .product(name: "XCTestDynamicOverlay", package: "swift-issue-reporting"), + .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), + .product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"), ] ), .testTarget(