Skip to content

Commit

Permalink
Merge pull request #2 from lusicong-hn/feature/update-rxswift
Browse files Browse the repository at this point in the history
RxSwift Update with Swift Package Manager
  • Loading branch information
lusicong-hn authored Jun 16, 2022
2 parents 1d9fe55 + 3774ed2 commit cbb1b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
targets: ["RxAVFoundation"])
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift", from: "5.0.1")
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.0.1")
],
targets: [
.target(
Expand Down

0 comments on commit cbb1b06

Please sign in to comment.