From d09b6ee235b138cd907d0739c304d6b1ca31cd8e Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Wed, 10 Jul 2024 22:59:20 -0700 Subject: [PATCH] wip --- Package.resolved | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/Package.resolved b/Package.resolved index b8aecc7..1272fcb 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,25 +1,24 @@ { - "object": { - "pins": [ - { - "package": "swift-concurrency-extras", - "repositoryURL": "https://github.com/pointfreeco/swift-concurrency-extras", - "state": { - "branch": null, - "revision": "ea631ce892687f5432a833312292b80db238186a", - "version": "1.0.0" - } - }, - { - "package": "xctest-dynamic-overlay", - "repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay", - "state": { - "branch": null, - "revision": "23cbf2294e350076ea4dbd7d5d047c1e76b03631", - "version": "1.0.2" - } + "originHash" : "1db297e1cc8b13e4efd568d84199c6b42369d1e4ae21add07497a1c9717b4837", + "pins" : [ + { + "identity" : "swift-concurrency-extras", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-concurrency-extras", + "state" : { + "revision" : "ea631ce892687f5432a833312292b80db238186a", + "version" : "1.0.0" } - ] - }, - "version": 1 + }, + { + "identity" : "xctest-dynamic-overlay", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", + "state" : { + "branch" : "swift-testing", + "revision" : "6d8747bca288a4d2e9ba3a6d7d7908975ee725f6" + } + } + ], + "version" : 3 }