Skip to content

Commit

Permalink
Upgrade sourcekitten, resolve build error in newer version of Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
nathankot committed Apr 23, 2017
1 parent 9fa2534 commit 2e09056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let package = Package(
],

dependencies: [
.Package(url: "https://github.com/Carthage/Commandant.git", Version(0, 11, 2)),
.Package(url: "https://github.com/jpsim/SourceKitten.git", Version(0, 15, 0)),
.Package(url: "https://github.com/Carthage/Commandant.git", versions: Version(0, 12, 0)..<Version(0, 12, .max)),
.Package(url: "https://github.com/jpsim/SourceKitten.git", Version(0, 17, 2)),
.Package(url: "https://github.com/vapor/vapor.git", Version(1, 1, 12)),
.Package(url: "https://github.com/nanzhong/Xcode.swift.git", Version(0, 4, 1))
],
Expand Down

0 comments on commit 2e09056

Please sign in to comment.