Skip to content

Commit 7cf11c2

Browse files
committed
ReactiveSwift 2.0.0-rc.3
1 parent 5a08308 commit 7cf11c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
osx_image: xcode8.3
1616
script:
1717
- swift package fetch
18-
- swift package edit ReactiveSwift --revision 2.0.0-rc.2
18+
- swift package edit ReactiveSwift --revision 2.0.0-rc.3
1919
- swift build
2020
- SWIFTPM_TEST_ReactiveTask=YES swift test
2121
git:

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.0-rc.2"
2+
github "ReactiveCocoa/ReactiveSwift" "2.0.0-rc.3"

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.1"
22
github "Quick/Quick" "v1.1.0"
3-
github "ReactiveCocoa/ReactiveSwift" "2.0.0-rc.2"
3+
github "ReactiveCocoa/ReactiveSwift" "2.0.0-rc.3"
44
github "antitypical/Result" "3.2.3"
55
github "jspahrsummers/xcconfigs" "3d9d99634cae6d586e272543d527681283b33eb0"

0 commit comments

Comments
 (0)