Skip to content

Commit 283d546

Browse files
committed
Updates Package.swift with 4.0.0 release.
1 parent 26c781d commit 283d546

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Package.resolved

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.library(name: "Differentiator", targets: ["Differentiator"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/ReactiveX/RxSwift.git", .branch("rxswift4.0-swift4.0")),
12+
.package(url: "https://github.com/ReactiveX/RxSwift.git", "4.0.0" ..< "5.0.0"),
1313
],
1414
targets: [
1515
.target(name: "RxDataSources", dependencies: ["Differentiator"]),

0 commit comments

Comments
 (0)