Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" ~> 3.0.0
github "ReactiveX/RxSwift" ~> 3.3.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v5.1.1"
github "Quick/Quick" "v1.0.0"
github "ReactiveX/RxSwift" "3.1.0"
github "ReactiveX/RxSwift" "3.3.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/RxSwift
Submodule RxSwift updated 524 files
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let package = Package(
name: "Action",
targets: [],
dependencies: [
.Package(url: "https://github.com/ReactiveX/RxSwift.git", majorVersion: 3)
.Package(url: "https://github.com/ReactiveX/RxSwift.git", majorVersion: 3, minor: 3)
]
)

4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ Then run `pod install` and that'll be 👌
Add this to `Cartfile`

```
github "RxSwiftCommunity/Action" ~> 2.1.1
github "RxSwiftCommunity/Action" ~> 2.3.0
```

If you are using RxSwift 3.2.0 or below, Use Action `~2.2.0` instead!

then run

```
Expand Down