File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Sources/SkipFirebaseCore/Skip Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ let package = Package(
2424 . library( name: " SkipFirebaseStorage " , targets: [ " SkipFirebaseStorage " ] ) ,
2525 ] ,
2626 dependencies: [
27- . package ( url: " https://source.skip.tools/skip.git " , from: " 1.6.2 " ) ,
28- . package ( url: " https://source.skip.tools/skip-foundation.git " , from: " 1.3.1 " ) ,
29- . package ( url: " https://source.skip.tools/skip-model.git " , from: " 1.5.0 " ) ,
30- . package ( url: " https://source.skip.tools/skip-ui.git " , from: " 1.43.0 " ) ,
31- . package ( url: " https://github.com/firebase/firebase-ios-sdk.git " , from: " 12.9 .0 " )
27+ . package ( url: " https://source.skip.tools/skip.git " , from: " 1.8.0 " ) ,
28+ . package ( url: " https://source.skip.tools/skip-foundation.git " , from: " 1.3.15 " ) ,
29+ . package ( url: " https://source.skip.tools/skip-model.git " , from: " 1.7.2 " ) ,
30+ . package ( url: " https://source.skip.tools/skip-ui.git " , from: " 1.50.3 " ) ,
31+ . package ( url: " https://github.com/firebase/firebase-ios-sdk.git " , from: " 12.11 .0 " )
3232 ] ,
3333 targets: [
3434 . target( name: " SkipFirebaseCore " , dependencies: [
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ settings:
1313 contents :
1414 - block : ' create("libs")'
1515 contents :
16- - ' version("firebase", "34.9 .0")'
16+ - ' version("firebase", "34.10 .0")'
1717 - ' library("firebase-bom", "com.google.firebase", "firebase-bom").versionRef("firebase")'
1818
1919build :
You can’t perform that action at this time.
0 commit comments