File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,11 @@ let package = Package(
2525 . executable( name: " swift-release-notes " , targets: [ " swift-release-notes " ] ) ,
2626 ] ,
2727 dependencies: [
28- . package ( name: " SemanticVersion " ,
29- url: " https://github.com/SwiftPackageIndex/SemanticVersion " ,
28+ . package ( url: " https://github.com/SwiftPackageIndex/SemanticVersion " ,
3029 from: " 0.3.1 " ) ,
31- . package ( name: " swift-argument-parser " ,
32- url: " https://github.com/apple/swift-argument-parser " ,
30+ . package ( url: " https://github.com/apple/swift-argument-parser " ,
3331 from: " 1.0.0 " ) ,
34- . package ( name: " swift-parsing " ,
35- url: " https://github.com/pointfreeco/swift-parsing " ,
32+ . package ( url: " https://github.com/pointfreeco/swift-parsing " ,
3633 from: " 0.4.1 " ) ,
3734 ] ,
3835 targets: [
You can’t perform that action at this time.
0 commit comments