Skip to content

Commit

Permalink
Updated dependency version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolivieri committed Feb 19, 2016
1 parent 9c1bfb9 commit 84874b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
.Package(url: "https://github.com/IBM-Swift/Kitura-sys.git", versions: Version(0,2,0)..<Version(0,3,0)),
//.Package(url: "git@github.com:IBM-Swift/Kitura-sys.git", majorVersion: 0),
.Package(url: "https://github.com/IBM-Swift/BlueSocket.git", versions: Version(0,2,0)..<Version(0,3,0)),
.Package(url: "https://github.com/IBM-Swift/BlueSocket.git", majorVersion: 0),
//.Package(url: "git@github.com:IBM-Swift/BlueSocket.git", majorVersion: 0),
.Package(url: "https://github.com/IBM-Swift/LoggerAPI.git", versions: Version(0,2,0)..<Version(0,3,0)),
//.Package(url: "git@github.com:IBM-Swift/LoggerAPI.git", majorVersion: 0),
Expand Down

0 comments on commit 84874b9

Please sign in to comment.