We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7692556 commit bc4289fCopy full SHA for bc4289f
Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
dependencies: [
10
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.1"),
11
.package(url: "https://github.com/apple/swift-syntax.git", from: "601.0.1"),
12
- .package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.0"),
+ .package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
13
],
14
targets: [
15
.executableTarget(
0 commit comments