From 56415f9a302b4135ca91ff789e927f9abb665acb Mon Sep 17 00:00:00 2001 From: Adrian Sergheev Date: Tue, 9 Jan 2024 09:52:19 +0100 Subject: [PATCH] bump --- Package.resolved | 15 ++++++++++++--- Package.swift | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 0ac882f..c1029e1 100644 --- a/Package.resolved +++ b/Package.resolved @@ -3,10 +3,19 @@ { "identity" : "swift-snapshot-testing", "kind" : "remoteSourceControl", - "location" : "https://github.com/pimms/swift-snapshot-testing.git", + "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "b44b563e6ddc5a613a107fb57626047a7f1d4e1a", - "version" : "1.9.666" + "revision" : "8e68404f641300bfd0e37d478683bb275926760c", + "version" : "1.15.2" + } + }, + { + "identity" : "swift-syntax", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-syntax.git", + "state" : { + "revision" : "43c802fb7f96e090dde015344a94b5e85779eff1", + "version" : "509.1.0" } } ], diff --git a/Package.swift b/Package.swift index 0863a9e..ba6f618 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "DemoKitSnapshot", targets: ["DemoKitSnapshot"]), ], dependencies: [ - .package(url: "https://github.com/pimms/swift-snapshot-testing.git", exact: "1.9.666"), + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.15.2"), ], targets: [ .target(