Skip to content

Commit b5fc790

Browse files
committed
Update dependencies for Xcode 7.3/Swift 2.2.
Replace TaskEventType's use of typealias with associatetype.
1 parent 240c383 commit b5fc790

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveCocoa/ReactiveCocoa" ~> 4.0
1+
github "ReactiveCocoa/ReactiveCocoa" "swift-2.2"

Cartfile.private

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Quick" ~> 0.9
2-
github "Quick/Nimble" ~> 3.0
3-
github "jspahrsummers/xcconfigs" "ec5753493605deed7358dec5f9260f503d3ed650"
1+
github "Quick/Quick" "master"
2+
github "Quick/Nimble" ~> 3.2.0
3+
github "jspahrsummers/xcconfigs" ~> 0.9

Cartfile.resolved

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github "Quick/Nimble" "v3.1.0"
2-
github "Quick/Quick" "v0.9.1"
3-
github "antitypical/Result" "1.0.1"
4-
github "jspahrsummers/xcconfigs" "ec5753493605deed7358dec5f9260f503d3ed650"
5-
github "ReactiveCocoa/ReactiveCocoa" "v4.0.0"
1+
github "Quick/Nimble" "v3.2.0"
2+
github "Quick/Quick" "5367cab29147d7a8e9a1da42247e355aafdc2f35"
3+
github "antitypical/Result" "1.0.2"
4+
github "jspahrsummers/xcconfigs" "0.9"
5+
github "ReactiveCocoa/ReactiveCocoa" "6f63eb6569772a90f0b4358acb33b93a4f8105b2"

Carthage/Checkouts/Nimble

Submodule Nimble updated 125 files

Carthage/Checkouts/Quick

Submodule Quick updated 54 files

Carthage/Checkouts/xcconfigs

ReactiveTask/Task.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ private final class Pipe {
232232

233233
public protocol TaskEventType {
234234
/// The type of value embedded in a `Success` event.
235-
typealias T
235+
associatedtype T
236236

237237
/// The resulting value, if the event is `Success`.
238238
var value: T? { get }

0 commit comments

Comments
 (0)