Skip to content

Commit

Permalink
Merge pull request #99 from Carthage/ras2-final
Browse files Browse the repository at this point in the history
Update ReactiveSwift to 2.0
  • Loading branch information
mdiep authored Jul 24, 2017
2 parents e457822 + cae2801 commit 275f897
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ matrix:
- os: osx
osx_image: xcode8.3
script:
- swift package fetch
- swift package edit ReactiveSwift --revision 2.0.0-rc.3
- swift build
- SWIFTPM_TEST_ReactiveTask=YES swift test
git:
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "antitypical/Result" ~> 3.2.1
github "ReactiveCocoa/ReactiveSwift" "2.0.0-rc.3"
github "ReactiveCocoa/ReactiveSwift" ~> 2.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "Quick/Nimble" "v7.0.1"
github "Quick/Quick" "v1.1.0"
github "ReactiveCocoa/ReactiveSwift" "2.0.0-rc.3"
github "ReactiveCocoa/ReactiveSwift" "2.0.0"
github "antitypical/Result" "3.2.3"
github "jspahrsummers/xcconfigs" "3d9d99634cae6d586e272543d527681283b33eb0"
2 changes: 1 addition & 1 deletion Package.pins
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"package": "ReactiveSwift",
"reason": null,
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"version": "1.1.3"
"version": "2.0.0"
},
{
"package": "Result",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
dependencies: {
var deps: [Package.Dependency] = [
.Package(url: "https://github.com/antitypical/Result.git", versions: Version(3, 2, 1)..<Version(3, .max, .max)),
.Package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", versions: Version(1, 1, 0)..<Version(1, .max, .max)),
.Package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", majorVersion: 2),
]
if isSwiftPackagerManagerTest {
deps += [
Expand Down

0 comments on commit 275f897

Please sign in to comment.