From f2607de802b2f4762dd81a158fbd5ab59839d3a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:33:36 +0000 Subject: [PATCH] Update dependency pointfreeco/swift-dependencies to from: "1.6.4" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 773b58d..a154cff 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2"), .package(url: "https://github.com/pointfreeco/swift-case-paths.git", from: "1.2.1"), .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.1.2"), - .package(url: "https://github.com/pointfreeco/swift-dependencies.git", from: "1.3.9"), + .package(url: "https://github.com/pointfreeco/swift-dependencies.git", from: "1.6.4"), .package(url: "https://github.com/pointfreeco/swiftui-navigation.git", from: "1.2.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.2"), .package(url: "https://github.com/google/swift-benchmark", from: "0.1.2"),