From f98b7bdd0b30c2191993321983b8cf53f92d4471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 02:28:49 +0000 Subject: [PATCH] Update dependency pointfreeco/swift-dependencies to from: "1.2.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index b2467c1..33c32eb 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( .package(url: "https://github.com/kishikawakatsumi/KeychainAccess", from: "4.2.2"), .package(url: "https://github.com/maiyama18/LicensesPlugin", from: "0.1.6"), .package(url: "https://github.com/sparkle-project/Sparkle", from: "2.5.2"), - .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.2.1"), + .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.2.2"), .package(url: "https://github.com/apple/swift-http-types", from: "1.0.3"), .package(url: "https://github.com/apple/swift-format", from: "509.0.0"), ],