Skip to content

Commit

Permalink
Merge pull request #30 from niscy-eudiw/feature/json-501
Browse files Browse the repository at this point in the history
Updated swifty json
  • Loading branch information
dtsiflit authored Dec 8, 2024
2 parents 4e1ac57 + ec8bd56 commit 21e03b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "0824056f361d3e69cb3e7e310d7a61a086021a479feaf4ed2a083935b70ee235",
"pins" : [
{
"identity" : "chronometer",
Expand Down Expand Up @@ -77,10 +78,10 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SwiftyJSON/SwiftyJSON.git",
"state" : {
"revision" : "2b6054efa051565954e1d2b9da831680026cd768",
"version" : "4.3.0"
"revision" : "af76cf3ef710b6ca5f8c05f3a31307d44a3c5828",
"version" : "5.0.2"
}
}
],
"version" : 2
"version" : 3
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
),
.package(
url: "https://github.com/SwiftyJSON/SwiftyJSON.git",
from: "4.0.0"
from: "5.0.1"
),
],
targets: [
Expand Down

0 comments on commit 21e03b1

Please sign in to comment.