diff --git a/Package.resolved b/Package.resolved index 828d702f2..4fd4961d8 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/Alamofire/Alamofire.git", "state": { "branch": null, - "revision": "2fb881a1702cb1976c36192aceb54dcedab6fdc2", - "version": "4.7.2" + "revision": "61a780f3b58ee0d2bb76fdb7b89dbc9751d521d7", + "version": "4.7.3" } }, { @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/Quick/Nimble.git", "state": { "branch": null, - "revision": "21f4fed2052cea480f5f1d2044d45aa25fdfb988", - "version": "7.1.1" + "revision": "9c1379fdcd58c4f2278aea5e029394ba9a2b8f07", + "version": "7.1.3" } }, { @@ -24,8 +24,8 @@ "repositoryURL": "https://github.com/Quick/Quick.git", "state": { "branch": null, - "revision": "3e3023569c8d4c4a0d000f58db765df53041117f", - "version": "1.3.0" + "revision": "b060679e70d13c3c7dcd124201b5b1b34ce6f340", + "version": "1.3.1" } }, { @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git", "state": { "branch": null, - "revision": "7c25bc2e284ba54a8d81d3843a59cdd933c8f823", - "version": "4.0.0-rc.1" + "revision": "4f6a12ae6762e825b0e19a4f7076eafa43847e6e", + "version": "4.0.0" } }, { @@ -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" } } ] diff --git a/Package.swift b/Package.swift index 5289903ae..1e5fd9560 100644 --- a/Package.swift +++ b/Package.swift @@ -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: [