We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a366f3 commit 633c9cbCopy full SHA for 633c9cb
Package.resolved
@@ -6,8 +6,8 @@
6
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
7
"state": {
8
"branch": null,
9
- "revision": "b3e888b4972d9bc76495dd74d30a8c7fad4b9395",
10
- "version": "5.0.1"
+ "revision": "c8742ed97fc2f0c015a5ea5eddefb064cd7532d2",
+ "version": "6.0.0"
11
}
12
13
]
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
targets: ["Unio"]),
],
dependencies: [
- .package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.0.0")
+ .package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.0.0")
14
15
targets: [
16
.target(name: "Unio",
0 commit comments