File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,7 @@ let package = Package(
3939 . package ( url: " https://github.com/swiftlang/swift-package-manager.git " , branch: " release/5.10 " ) ,
4040 . package ( url: " https://github.com/dankinsoid/VaporToOpenAPI.git " , from: " 4.4.4 " ) ,
4141 . package ( url: " https://github.com/pointfreeco/swift-custom-dump.git " , from: " 1.0.0 " ) ,
42- // Pinned because 1.5.0 fails to build on Linux/Swift 6
43- // https://github.com/pointfreeco/swift-dependencies/issues/302
44- . package ( url: " https://github.com/pointfreeco/swift-dependencies " , exact: " 1.5.2 " ) ,
42+ . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.5.2 " ) ,
4543 . package ( url: " https://github.com/pointfreeco/swift-parsing.git " , from: " 0.12.0 " ) ,
4644 . package ( url: " https://github.com/pointfreeco/swift-snapshot-testing.git " , from: " 1.11.1 " ) ,
4745 . package ( url: " https://github.com/scinfu/SwiftSoup.git " , from: " 2.3.2 " ) ,
You can’t perform that action at this time.
0 commit comments