Skip to content

Commit 62c38bf

Browse files
Revert "fix: switch to fork of RxSwift to fix compilation with swift5 (#205)"
This reverts commit f86602d.
1 parent 06a6f39 commit 62c38bf

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
@@ -20,7 +20,7 @@ let package = Package(
2020
)
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/IntuitionMachines/RxSwift", .branch("main"))
23+
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMajor(from: "6.2.0"))
2424
],
2525
targets: [
2626
.target(

0 commit comments

Comments
 (0)