Skip to content

Commit 557cfcb

Browse files
committed
Update ReactiveSwift to 3.0
1 parent 7426acd commit 557cfcb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "antitypical/Result" ~> 3.2.1
2-
github "ReactiveCocoa/ReactiveSwift" ~> 2.0.1
2+
github "ReactiveCocoa/ReactiveSwift" ~> 3.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "Quick/Nimble" "v7.0.2"
22
github "Quick/Quick" "v1.2.0"
3-
github "ReactiveCocoa/ReactiveSwift" "2.0.1"
3+
github "ReactiveCocoa/ReactiveSwift" "3.0.0"
44
github "antitypical/Result" "3.2.4"
55
github "jspahrsummers/xcconfigs" "3d9d99634cae6d586e272543d527681283b33eb0"

Carthage/Checkouts/ReactiveSwift

Submodule ReactiveSwift updated 48 files

Package.resolved

Lines changed: 2 additions & 2 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
@@ -8,7 +8,7 @@ let package = Package(
88
],
99
dependencies: [
1010
.package(url: "https://github.com/antitypical/Result.git", from: "3.2.1"),
11-
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "2.0.1"),
11+
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "3.0.0"),
1212
.package(url: "https://github.com/Quick/Quick.git", from: "1.2.0"),
1313
.package(url: "https://github.com/Quick/Nimble.git", from: "7.0.2"),
1414
],

0 commit comments

Comments
 (0)