Skip to content

Commit

Permalink
Merge pull request #101 from niscy-eudiw/feature/update-swifty-json
Browse files Browse the repository at this point in the history
Updated swifty json
  • Loading branch information
dtsiflit authored Dec 7, 2024
2 parents 176842b + 381e0da commit a2d316a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SwiftyJSON/SwiftyJSON.git",
"state" : {
"revision" : "2b6054efa051565954e1d2b9da831680026cd768",
"version" : "4.3.0"
"revision" : "af76cf3ef710b6ca5f8c05f3a31307d44a3c5828",
"version" : "5.0.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "4.0.0"),
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.1"),
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.6.0"),
.package(
url: "https://github.com/airsidemobile/JOSESwift.git",
Expand Down

0 comments on commit a2d316a

Please sign in to comment.