Skip to content

Commit

Permalink
[ReactiveSwift] Update to 6.0 in SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed May 2, 2019
1 parent 381bd4a commit 5dcf4c5
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 @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"state": {
"branch": null,
"revision": "c37950dc5020544c58d4bf47c0d028893686b9e6",
"version": "5.0.1"
"revision": "3eba2b48ee80f87058de5ae8bb41e585bde5c997",
"version": "6.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "4.1.0")),
.package(url: "https://github.com/antitypical/Result.git", .upToNextMajor(from: "4.1.0")),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", .upToNextMajor(from: ("5.0.0"))),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", .upToNextMajor(from: ("6.0.0"))),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.0.0"))
],
targets: [
Expand Down

0 comments on commit 5dcf4c5

Please sign in to comment.