@@ -11,14 +11,14 @@ let package = Package(
1111 . library( name: " SkipNotesModel " , type: . dynamic, targets: [ " SkipNotesModel " ] ) ,
1212 ] ,
1313 dependencies: [
14- . package ( url: " https://source.skip.tools/skip.git " , from: " 1.6.8 " ) ,
15- . package ( url: " https://source.skip.tools/skip-foundation.git " , from: " 1.3.6 " ) ,
14+ . package ( url: " https://source.skip.tools/skip.git " , from: " 1.6.10 " ) ,
15+ . package ( url: " https://source.skip.tools/skip-foundation.git " , from: " 1.3.9 " ) ,
1616 . package ( url: " https://source.skip.tools/skip-fuse.git " , from: " 1.0.2 " ) ,
17- . package ( url: " https://source.skip.tools/skip-fuse-ui.git " , from: " 1.0 .0 " ) ,
17+ . package ( url: " https://source.skip.tools/skip-fuse-ui.git " , from: " 1.7 .0 " ) ,
1818 . package ( url: " https://source.skip.tools/skip-keychain.git " , " 0.3.0 " ..< " 2.0.0 " ) ,
19- . package ( url: " https://source.skip.tools/skip-kit.git " , " 0.5.1 " ..< " 2.0.0 " ) ,
20- . package ( url: " https://source.skip.tools/skip-device.git " , " 0.4.0 " ..< " 2.0.0 " ) ,
21- . package ( url: " https://source.skip.tools/skip-sql.git " , " 0.0 .0 " ..< " 2.0.0 " ) ,
19+ . package ( url: " https://source.skip.tools/skip-kit.git " , " 0.5.2 " ..< " 2.0.0 " ) ,
20+ . package ( url: " https://source.skip.tools/skip-device.git " , " 0.4.2 " ..< " 2.0.0 " ) ,
21+ . package ( url: " https://source.skip.tools/skip-sql.git " , " 0.11 .0 " ..< " 2.0.0 " ) ,
2222 ] ,
2323 targets: [
2424 . target( name: " SkipNotes " , dependencies: [
0 commit comments