We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23bcf6 commit 8971834Copy full SHA for 8971834
Package.swift
@@ -4,7 +4,7 @@ let package = Package(
4
name: "Action",
5
targets: [],
6
dependencies: [
7
- .Package(url: "https://github.com/ReactiveX/RxSwift.git", majorVersion: 3, minor: 3)
+ .Package(url: "https://github.com/ReactiveX/RxSwift.git", majorVersion: 3, minor: 4)
8
]
9
)
10
0 commit comments