diff --git a/God.xcworkspace/xcshareddata/swiftpm/Package.resolved b/God.xcworkspace/xcshareddata/swiftpm/Package.resolved index af12c331..8f60b523 100644 --- a/God.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/God.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -221,8 +221,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "9783b58167f7618cb86011156e741cbc6f4cc864", - "version" : "1.1.2" + "revision" : "c31b1445c4fae49e6fdb75496b895a3653f6aefc", + "version" : "1.1.5" } }, { diff --git a/Packages/CupertinoPackage/Package.swift b/Packages/CupertinoPackage/Package.swift index be81b2b0..0986e12d 100644 --- a/Packages/CupertinoPackage/Package.swift +++ b/Packages/CupertinoPackage/Package.swift @@ -24,7 +24,7 @@ let package = Package( .library(name: "WidgetClient", targets: ["WidgetClient"]), ], dependencies: [ - .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.2"), + .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.5"), ], targets: [ .target(name: "Build", dependencies: [ diff --git a/Packages/DependencyPackage/Package.swift b/Packages/DependencyPackage/Package.swift index b4596f96..a9a75126 100644 --- a/Packages/DependencyPackage/Package.swift +++ b/Packages/DependencyPackage/Package.swift @@ -42,7 +42,7 @@ let package = Package( .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.19.1"), .package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.5"), .package(url: "https://github.com/apollographql/apollo-ios", from: "1.6.1"), - .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.2"), + .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.5"), .package(url: "https://github.com/facebook/facebook-ios-sdk", from: "16.3.1"), ], targets: [