Skip to content

Commit

Permalink
Merge pull request #84 from Carthage/swiftpm-result-version-constraint
Browse files Browse the repository at this point in the history
[SwiftPM] Loosen Result version constraint
  • Loading branch information
ikesyo authored Nov 7, 2016
2 parents 4a85545 + 9d07b22 commit 85524ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Package.test.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "Commandant",
dependencies: [
.Package(url: "https://github.com/antitypical/Result.git", majorVersion: 3, minor: 0),
.Package(url: "https://github.com/antitypical/Result.git", majorVersion: 3),
.Package(url: "https://github.com/Quick/Nimble", majorVersion: 5),
.Package(url: "https://github.com/Quick/Quick", majorVersion: 0, minor: 10),
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import PackageDescription
let package = Package(
name: "Commandant",
dependencies: [
.Package(url: "https://github.com/antitypical/Result.git", majorVersion: 3, minor: 0),
.Package(url: "https://github.com/antitypical/Result.git", majorVersion: 3),
]
)

0 comments on commit 85524ee

Please sign in to comment.