Skip to content

Commit 70c5c0f

Browse files
committed
Fixed SPM Package file
1 parent 0c71f19 commit 70c5c0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ let package = Package(
44
name: "Action",
55
targets: [],
66
dependencies: [
7-
.Package(url: "https://github.com/ReactiveX/RxSwift.git", majorVersion: 4)
8-
]
7+
.Package(url: "https://github.com/ReactiveX/RxSwift.git", Version(4, 0, 0, prereleaseIdentifiers: ["alpha.1"]))
8+
],
9+
exclude: ["Tests/"]
910
)
1011

0 commit comments

Comments
 (0)