Skip to content

Commit

Permalink
Merge pull request #85 from mdiep/update-reactiveswift
Browse files Browse the repository at this point in the history
Update ReactiveSwift to 1.1.5 for Xcode 9 support
  • Loading branch information
mdiep authored Jul 15, 2017
2 parents fd02877 + c88ae1b commit 578adae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "ReactiveCocoa/ReactiveSwift" ~> 1.1
github "ReactiveCocoa/ReactiveSwift" ~> 1.1.5
github "thoughtbot/Argo" ~> 4.1.2
github "thoughtbot/Curry" ~> 3.0
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "ReactiveCocoa/ReactiveSwift" "1.1.0"
github "antitypical/Result" "3.2.1"
github "ReactiveCocoa/ReactiveSwift" "1.1.5"
github "antitypical/Result" "3.2.3"
github "thoughtbot/Argo" "v4.1.2"
github "thoughtbot/Curry" "v3.0.0"
github "thoughtbot/Runes" "v4.0.1"
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ let package = Package(
dependencies: [
.Package(url: "https://github.com/thoughtbot/Argo.git", versions: Version(4, 1, 2)..<Version(4, .max, .max)),
.Package(url: "https://github.com/thoughtbot/Curry.git", majorVersion: 3),
.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", versions: Version(1, 1, 5)..<Version(1, .max, .max)),
]
)

0 comments on commit 578adae

Please sign in to comment.