From 01cdef27b07174ab976b1c4b18bca2572b91f088 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 22 Jul 2024 13:26:26 -0700 Subject: [PATCH] wip --- Package.resolved | 8 ++++---- Package.swift | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.resolved b/Package.resolved index 4e9afb0..c86c141 100644 --- a/Package.resolved +++ b/Package.resolved @@ -10,12 +10,12 @@ } }, { - "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" : { - "branch" : "swift-testing", - "revision" : "eb270c44fff42d8f0657749048e8519875ebdd6d" + "revision" : "926f43898706eaa127db79ac42138e1ad7e85a3f", + "version" : "1.2.0" } } ], diff --git a/Package.swift b/Package.swift index fba6bd9..2ff8180 100644 --- a/Package.swift +++ b/Package.swift @@ -18,14 +18,14 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", branch: "swift-testing"), + .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.0"), ], targets: [ .target( name: "CombineSchedulers", dependencies: [ .product(name: "ConcurrencyExtras", package: "swift-concurrency-extras"), - .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), + .product(name: "IssueReporting", package: "swift-issue-reporting"), ] ), .testTarget(