@@ -11,13 +11,13 @@ let package = Package(
1111 . library( name: " ProjectSpec " , targets: [ " ProjectSpec " ] ) ,
1212 ] ,
1313 dependencies: [
14- . package ( url: " https://github.com/kylef/PathKit.git " , from: " 1.0.0 " ) ,
14+ . package ( url: " https://github.com/kylef/PathKit.git " , from: " 1.0.1 " ) ,
1515 . package ( url: " https://github.com/jpsim/Yams.git " , from: " 4.0.0 " ) ,
1616 . package ( url: " https://github.com/yonaskolb/JSONUtilities.git " , from: " 4.2.0 " ) ,
1717 . package ( url: " https://github.com/kylef/Spectre.git " , from: " 0.9.2 " ) ,
1818 . package ( url: " https://github.com/onevcat/Rainbow.git " , from: " 3.0.0 " ) ,
19- . package ( url: " https://github.com/tuist/XcodeProj.git " , from: " 8.2.0 " ) ,
20- . package ( url: " https://github.com/jakeheis/SwiftCLI.git " , from: " 6.0.0 " ) ,
19+ . package ( url: " https://github.com/tuist/XcodeProj.git " , from: " 8.3.1 " ) ,
20+ . package ( url: " https://github.com/jakeheis/SwiftCLI.git " , from: " 6.0.3 " ) ,
2121 . package ( url: " https://github.com/mxcl/Version " , from: " 2.0.0 " ) ,
2222 . package ( url: " https://github.com/SwiftDocOrg/GraphViz.git " , . exact( " 0.2.0 " ) ) ,
2323 ] ,
0 commit comments