Skip to content

Commit

Permalink
Use SwiftKuery next branch (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilnerm committed Dec 18, 2018
1 parent 19fb19b commit bf900e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Expand Up @@ -29,8 +29,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/Swift-Kuery.git", .branch("issue_column_attributes") ),
//.package(url: "https://github.com/IBM-Swift/Swift-Kuery.git", .branch("next")),
.package(url: "https://github.com/IBM-Swift/Swift-Kuery.git", .branch("next")),
],
targets: [
.target(
Expand Down

0 comments on commit bf900e8

Please sign in to comment.