Skip to content

Commit

Permalink
Update RxSwift dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Jun 14, 2018
1 parent d42e000 commit 62affe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": "rxswift4.0-swift4.0",
"revision": "cb0fb3bda41f2a5622909b6e6deafd435efaf859",
"version": null
"branch": null,
"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 @@ -9,7 +9,7 @@ let package = Package(
.library(name: "RxReusableKit", targets: ["RxReusableKit"]),
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift.git", .branch("rxswift4.0-swift4.0")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "4.0.0")),
],
targets: [
.target(name: "ReusableKit"),
Expand Down

0 comments on commit 62affe2

Please sign in to comment.