Skip to content

Commit

Permalink
chore(deps): update dependency pointfreeco/swift-dependencies to from…
Browse files Browse the repository at this point in the history
…: "1.3.8"
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent b980b21 commit 50097a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/Dependencies/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var package = Package(
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.0"),
.package(url: "https://github.com/facebook/facebook-ios-sdk", from: "17.0.3"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.1.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.7"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.8"),
.package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic", from: "6.15.1"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Packages/MatchCore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let package = Package(
.package(path: "../Utility"),
.package(path: "../Dependencies"),
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.7"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.8"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.13.0"),
],
targets: [
Expand Down

0 comments on commit 50097a7

Please sign in to comment.