From 0ec059828233212d8e7057daf4ba8283bc5dc657 Mon Sep 17 00:00:00 2001 From: woxtu Date: Thu, 27 Apr 2023 03:27:10 +0900 Subject: [PATCH] Replace a deprecated method (#467) --- CriticalMapsKit/Package.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CriticalMapsKit/Package.swift b/CriticalMapsKit/Package.swift index 9dc689d9..7405eae7 100644 --- a/CriticalMapsKit/Package.swift +++ b/CriticalMapsKit/Package.swift @@ -20,14 +20,12 @@ let package = Package( dependencies: [ .package(url: "https://github.com/MarcoEidinger/SwiftFormatPlugin", from: "0.49.18"), .package( - name: "swift-composable-architecture", url: "https://github.com/pointfreeco/swift-composable-architecture", .upToNextMajor(from: "0.40.0") ), .package(url: "https://github.com/apple/swift-log.git", from: "1.2.0"), .package(url: "https://github.com/pointfreeco/composable-core-location.git", from: "0.1.0"), .package( - name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .upToNextMajor(from: "1.8.2") ), @@ -217,7 +215,7 @@ let package = Package( .target( name: "TestHelper", dependencies: [ - .product(name: "SnapshotTesting", package: "SnapshotTesting") + .product(name: "SnapshotTesting", package: "swift-snapshot-testing") ] ), .target(