@@ -20,12 +20,12 @@ let package = Package(
2020 . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " ) ,
2121 . package ( url: " https://github.com/google/swift-benchmark " , from: " 0.1.0 " ) ,
2222 . package ( url: " https://github.com/pointfreeco/combine-schedulers " , from: " 0.8.0 " ) ,
23- . package ( url: " https://github.com/pointfreeco/swift-case-paths " , from: " 0.13 .0 " ) ,
23+ . package ( url: " https://github.com/pointfreeco/swift-case-paths " , from: " 0.14 .0 " ) ,
2424 . package ( url: " https://github.com/apple/swift-collections " , from: " 1.0.2 " ) ,
25- . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 0.7.0 " ) ,
26- . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 0.1.2 " ) ,
25+ . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 0.9.1 " ) ,
26+ . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 0.2.0 " ) ,
2727 . package ( url: " https://github.com/pointfreeco/swift-identified-collections " , from: " 0.7.0 " ) ,
28- . package ( url: " https://github.com/pointfreeco/swiftui-navigation " , from: " 0.6 .0 " ) ,
28+ . package ( url: " https://github.com/pointfreeco/swiftui-navigation " , from: " 0.7 .0 " ) ,
2929 . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , from: " 0.5.0 " ) ,
3030 ] ,
3131 targets: [
0 commit comments