Skip to content

Commit

Permalink
Replace a deprecated method (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu authored Apr 26, 2023
1 parent 9948e73 commit 0ec0598
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CriticalMapsKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
),
Expand Down Expand Up @@ -217,7 +215,7 @@ let package = Package(
.target(
name: "TestHelper",
dependencies: [
.product(name: "SnapshotTesting", package: "SnapshotTesting")
.product(name: "SnapshotTesting", package: "swift-snapshot-testing")
]
),
.target(
Expand Down

0 comments on commit 0ec0598

Please sign in to comment.