From 35502f9e956d8935dd6e1b829a47b80fd7379936 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:05:50 +0000 Subject: [PATCH] Update dependency pointfreeco/swift-dependencies to from: "1.3.1" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 90a46fb..b5e4199 100644 --- a/Package.swift +++ b/Package.swift @@ -32,7 +32,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.6.3"), - .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.0"), + .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.1"), .package(url: "https://github.com/apple/swift-http-types", from: "1.1.0"), .package(url: "https://github.com/apple/swift-format", from: "510.1.0"), ],