Skip to content

Commit

Permalink
Update Result & ReactiveSwift in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Jun 5, 2018
1 parent 0e3010d commit 4cbeaf8
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,44 +6,44 @@
"repositoryURL": "https://github.com/Alamofire/Alamofire.git",
"state": {
"branch": null,
"revision": "bfb9f132cdfa1033bea847e4cf9cfde4fee254e3",
"version": "4.7.0"
"revision": "2fb881a1702cb1976c36192aceb54dcedab6fdc2",
"version": "4.7.2"
}
},
{
"package": "Nimble",
"repositoryURL": "https://github.com/Quick/Nimble.git",
"state": {
"branch": null,
"revision": "22800b0954c89344bb8c87f8ab93378076716fb7",
"version": "7.0.3"
"revision": "21f4fed2052cea480f5f1d2044d45aa25fdfb988",
"version": "7.1.1"
}
},
{
"package": "Quick",
"repositoryURL": "https://github.com/Quick/Quick.git",
"state": {
"branch": null,
"revision": "0ff81f2c665b4381f526bd656f8708dd52a9ea2f",
"version": "1.2.0"
"revision": "3e3023569c8d4c4a0d000f58db765df53041117f",
"version": "1.3.0"
}
},
{
"package": "ReactiveSwift",
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"state": {
"branch": null,
"revision": "46fb4d4a8285286e54929add1d12f384675895c6",
"version": "3.1.0"
"revision": "7c25bc2e284ba54a8d81d3843a59cdd933c8f823",
"version": "4.0.0-rc.1"
}
},
{
"package": "Result",
"repositoryURL": "https://github.com/antitypical/Result.git",
"state": {
"branch": null,
"revision": "7477584259bfce2560a19e06ad9f71db441fff11",
"version": "3.2.4"
"revision": "8fc088dcf72802801efeecba76ea8fb041fb773d",
"version": "4.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.0.0")),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", .upToNextMajor(from: "3.0.0")),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", .exact("4.0.0-rc.1")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "4.0.0"))
],
targets: [
Expand Down

0 comments on commit 4cbeaf8

Please sign in to comment.