Skip to content

Commit f80b39e

Browse files
committed
Fix manifest warnings
1 parent 89680b4 commit f80b39e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Package.swift

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)