Skip to content

Commit

Permalink
Merge pull request #11 from imairi/compatible-with-rxswift-5.1.0
Browse files Browse the repository at this point in the history
Compatible with RxSwift 5.1.0
  • Loading branch information
srea committed Mar 16, 2020
2 parents 9a03785 + 649bb40 commit d8ca580
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "ReactiveX/RxSwift" "5.0.1"
github "ReactiveX/RxSwift" "5.1.0"
github "uber/RIBs" ~> 0.9
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "ReactiveX/RxSwift" "5.0.1"
github "uber/RIBs" "v0.9.2"
github "ReactiveX/RxSwift" "5.1.0"
github "uber/RIBs" "v0.9.2"
2 changes: 1 addition & 1 deletion RIBsTreeViewerClient/Sources/RIBsTreeViewer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class RIBsTreeViewerImpl: RIBsTreeViewer {
let jsonData = try JSONSerialization.data(withJSONObject: $0)
let jsonString = String(bytes: jsonData, encoding: .utf8)!
self?.webSocket.send(text: jsonString)
} catch let error {
} catch {
}
})

Expand Down

0 comments on commit d8ca580

Please sign in to comment.