Skip to content

Commit 2813e50

Browse files
committed
update Package.swift
1 parent dcfb2dc commit 2813e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "RIBsTreeViewerClient", targets: ["RIBsTreeViewerClient"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.1.0"),
11+
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.1.1"),
1212
.package(url: "https://github.com/uber/RIBs.git", .branch("master")),
1313
],
1414
targets: [

0 commit comments

Comments
 (0)