Skip to content

Commit bc4289f

Browse files
chore(deps): update dependency swiftyjson/swiftyjson to from: "5.0.2"
1 parent 7692556 commit bc4289f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.1"),
1111
.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"),
12+
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
1313
],
1414
targets: [
1515
.executableTarget(

0 commit comments

Comments
 (0)