We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a07fb commit 96db5bfCopy full SHA for 96db5bf
Package.swift
@@ -12,8 +12,8 @@ let package = Package(
12
.executable(name: "IgniteCLI", targets: ["IgniteCLI"])
13
],
14
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"),
+ .package(url: "https://github.com/swiftlang/swift-markdown.git", from: "0.6.0"),
+ .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
17
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"),
18
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.7.5")
19
0 commit comments