Skip to content

Commit 96db5bf

Browse files
committed
Dependency version bump.
1 parent 74a07fb commit 96db5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ let package = Package(
1212
.executable(name: "IgniteCLI", targets: ["IgniteCLI"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/swiftlang/swift-markdown.git", from: "0.5.0"),
16-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
15+
.package(url: "https://github.com/swiftlang/swift-markdown.git", from: "0.6.0"),
16+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
1717
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"),
1818
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.7.5")
1919
],

0 commit comments

Comments
 (0)