Skip to content

Commit

Permalink
SPM: Bump ReactiveSwift to 4.0.0 (up to next major)
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Jul 23, 2018
1 parent 9c697a3 commit 1608c11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
"repositoryURL": "https://github.com/Alamofire/Alamofire.git",
"state": {
"branch": null,
"revision": "2fb881a1702cb1976c36192aceb54dcedab6fdc2",
"version": "4.7.2"
"revision": "61a780f3b58ee0d2bb76fdb7b89dbc9751d521d7",
"version": "4.7.3"
}
},
{
"package": "Nimble",
"repositoryURL": "https://github.com/Quick/Nimble.git",
"state": {
"branch": null,
"revision": "21f4fed2052cea480f5f1d2044d45aa25fdfb988",
"version": "7.1.1"
"revision": "9c1379fdcd58c4f2278aea5e029394ba9a2b8f07",
"version": "7.1.3"
}
},
{
"package": "Quick",
"repositoryURL": "https://github.com/Quick/Quick.git",
"state": {
"branch": null,
"revision": "3e3023569c8d4c4a0d000f58db765df53041117f",
"version": "1.3.0"
"revision": "b060679e70d13c3c7dcd124201b5b1b34ce6f340",
"version": "1.3.1"
}
},
{
"package": "ReactiveSwift",
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"state": {
"branch": null,
"revision": "7c25bc2e284ba54a8d81d3843a59cdd933c8f823",
"version": "4.0.0-rc.1"
"revision": "4f6a12ae6762e825b0e19a4f7076eafa43847e6e",
"version": "4.0.0"
}
},
{
Expand All @@ -51,8 +51,8 @@
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "3e848781c7756accced855a6317a4c2ff5e8588b",
"version": "4.1.2"
"revision": "faeb158ce76d355f3f9242fdd0258a9face62f37",
"version": "4.2.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.0.0")),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", .exact("4.0.0-rc.1")),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", .upToNextMajor(from: ("4.0.0"))),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "4.0.0"))
],
targets: [
Expand Down

0 comments on commit 1608c11

Please sign in to comment.