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 0c71f19 commit 70c5c0fCopy full SHA for 70c5c0f
Package.swift
@@ -4,7 +4,8 @@ let package = Package(
4
name: "Action",
5
targets: [],
6
dependencies: [
7
- .Package(url: "https://github.com/ReactiveX/RxSwift.git", majorVersion: 4)
8
- ]
+ .Package(url: "https://github.com/ReactiveX/RxSwift.git", Version(4, 0, 0, prereleaseIdentifiers: ["alpha.1"]))
+ ],
9
+ exclude: ["Tests/"]
10
)
11
0 commit comments