Skip to content

Commit 633c9cb

Browse files
committed
Update Package.swift
1 parent 0a366f3 commit 633c9cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
77
"state": {
88
"branch": null,
9-
"revision": "b3e888b4972d9bc76495dd74d30a8c7fad4b9395",
10-
"version": "5.0.1"
9+
"revision": "c8742ed97fc2f0c015a5ea5eddefb064cd7532d2",
10+
"version": "6.0.0"
1111
}
1212
}
1313
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["Unio"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.0.0")
13+
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.0.0")
1414
],
1515
targets: [
1616
.target(name: "Unio",

0 commit comments

Comments
 (0)