@@ -22,19 +22,25 @@ let package = Package(
2222 . package ( url: " https://github.com/jpsim/Yams " , . upToNextMajor( from: " 5.0.6 " ) ) ,
2323 . package ( url: " https://github.com/google/GoogleSignIn-iOS " , . upToNextMajor( from: " 7.0.0 " ) ) ,
2424 . package ( url: " https://github.com/getsentry/sentry-cocoa " , . upToNextMajor( from: " 8.32.0 " ) ) ,
25- . package ( url: " https://github.com/CocoaLumberjack/CocoaLumberjack " , . upToNextMajor( from: " 3.8.4 " ) ) ,
25+ . package (
26+ url: " https://github.com/CocoaLumberjack/CocoaLumberjack " , . upToNextMajor( from: " 3.8.4 " )
27+ ) ,
2628 . package ( url: " https://github.com/facebook/zstd " , exact: " 1.5.5 " ) ,
27- . package ( url: " https://github.com/microsoft/appcenter-sdk-apple " , . upToNextMajor( from: " 5.0.4 " ) ) ,
29+ . package (
30+ url: " https://github.com/microsoft/appcenter-sdk-apple " , . upToNextMajor( from: " 5.0.4 " )
31+ ) ,
2832 // Has SWIFTPM_MODULE_BUNDLE
29- . package ( url: " https://github.com/tuist/NYTPhotoViewer " , branch: " develop " ) ,
3033 . package ( url: " https://github.com/Quick/Quick " , exact: " 7.4.0 " ) ,
3134 . package ( url: " https://github.com/Quick/Nimble " , exact: " 13.2.0 " ) ,
3235 . package ( url: " https://github.com/SVProgressHUD/SVProgressHUD " , exact: " 2.3.1 " ) ,
3336 // Has missing resources and its own resource bundle accessors
3437 . package ( url: " https://github.com/braze-inc/braze-swift-sdk.git " , exact: " 8.4.0 " ) ,
3538 // Has an umbrella header where moduleName must be sanitized
3639 . package ( url: " https://github.com/gonzalezreal/swift-markdown-ui " , from: " 2.4.0 " ) ,
37- . package ( url: " https://github.com/googleads/swift-package-manager-google-mobile-ads " , from: " 11.1.0 " ) ,
40+ . package (
41+ url: " https://github.com/googleads/swift-package-manager-google-mobile-ads " ,
42+ from: " 11.1.0 "
43+ ) ,
3844 . package ( url: " https://github.com/apple/swift-testing " , . upToNextMajor( from: " 0.6.0 " ) ) ,
3945 . package ( path: " ../LocalSwiftPackage " ) ,
4046 . package ( path: " ../StringifyMacro " ) ,
0 commit comments