Skip to content

Commit 8f7029c

Browse files
fix: update RxSwift module for Swift 5.9 support
1 parent 3b6f6a5 commit 8f7029c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
)
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMajor(from: "6.2.0"))
27+
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMajor(from: "6.10.0"))
2828
],
2929
targets: [
3030
.target(

0 commit comments

Comments
 (0)