Skip to content

Commit

Permalink
update RMJSONPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
acarioni committed Nov 28, 2023
1 parent 0936c6a commit 5904c89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LightstreamerClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|

s.dependency 'Starscream', '~> 4.0.6' # upToNextMajor
s.dependency 'Alamofire', '~> 5.8.1' # upToNextMajor
s.dependency 'RMJSONPatch', '~> 1.0.4' # upToNextMajor
s.dependency 'RMJSONPatch', '~> 1.0.5' # upToNextMajor
end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/raymccrae/swift-jsonpatch.git",
"state": {
"branch": null,
"revision": "65edda8a5a756985418e53968491f25d5dc4a217",
"version": "1.0.4"
"revision": "e6d643765ffec0ad57945921f0e1a57b97584e69",
"version": "1.0.5"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
// NB keep in sync with LightstreamerClient.podspec
.package(url: "https://github.com/daltoniam/Starscream.git", .upToNextMajor(from: "4.0.6")),
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.8.1")),
.package(url: "https://github.com/raymccrae/swift-jsonpatch.git", .upToNextMajor(from: "1.0.4")),
.package(url: "https://github.com/raymccrae/swift-jsonpatch.git", .upToNextMajor(from: "1.0.5")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 5904c89

Please sign in to comment.