Skip to content

Commit

Permalink
Swift 3.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dileping committed Mar 29, 2017
1 parent 0a9f526 commit 1e23b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
Packages/
.build/
Package.pins

# CocoaPods
#
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
),
],
dependencies: [
.Package(url: "https://github.com/reactive-swift/Future.git", "0.2.0-alpha"),
.Package(url: "https://github.com/reactive-swift/Future.git", majorVersion: 0, minor: 2),
//.Package(url: "https://github.com/IBM-Swift/CLibpq.git", majorVersion: 0, minor: 1),
]
)

0 comments on commit 1e23b83

Please sign in to comment.