File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/frontend/apps/ios/App/Packages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ let package = Package(
1414 . library( name: " AffineGraphQL " , targets: [ " AffineGraphQL " ] ) ,
1515 ] ,
1616 dependencies: [
17- . package ( url: " https://github.com/apollographql/apollo-ios " , exact: " 1.23.0 " ) ,
17+ . package ( url: " https://github.com/apollographql/apollo-ios " , exact: " 1.25.1 " ) ,
1818 ] ,
1919 targets: [
2020 . target(
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let package = Package(
1616 dependencies: [
1717 . package ( path: " ../AffineGraphQL " ) ,
1818 . package ( path: " ../AffineResources " ) ,
19- . package ( url: " https://github.com/apollographql/apollo-ios.git " , from: " 1.23.0 " ) ,
19+ . package ( url: " https://github.com/apollographql/apollo-ios.git " , from: " 1.25.1 " ) ,
2020 . package ( url: " https://github.com/apple/swift-collections.git " , from: " 1.2.1 " ) ,
2121 . package ( url: " https://github.com/SnapKit/SnapKit.git " , from: " 5.7.1 " ) ,
2222 . package ( url: " https://github.com/SwifterSwift/SwifterSwift.git " , from: " 6.2.0 " ) ,
You can’t perform that action at this time.
0 commit comments