Skip to content

Commit

Permalink
updated package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
dfirsht committed Mar 8, 2016
1 parent 95e8c3e commit d1c6ef5
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 @@ -19,7 +19,7 @@ import PackageDescription
let package = Package(
name: "SwiftRedis",
dependencies: [
.Package(url: "https://github.com/IBM-Swift/Kitura-hiredis.git", versions: Version(0,2,0)..<Version(0,3,0)),
.Package(url: "https://github.com/IBM-Swift/Kitura-sys.git", versions: Version(0,3,0)..<Version(0,4,0)),
.Package(url: "https://github.com/IBM-Swift/Kitura-hiredis.git", majorVersion: 0, minor: 4),
.Package(url: "https://github.com/IBM-Swift/Kitura-sys.git", majorVersion: 0, minor: 4),
]
)

0 comments on commit d1c6ef5

Please sign in to comment.