Skip to content

Commit

Permalink
Updated Sys version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dfirsht committed Mar 23, 2016
1 parent d82b892 commit c73f3d3
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 @@ -19,7 +19,7 @@ import PackageDescription
let package = Package(
name: "Kitura-net",
dependencies: [
.Package(url: "https://github.com/IBM-Swift/Kitura-sys.git", majorVersion: 0, minor: 5),
.Package(url: "https://github.com/IBM-Swift/Kitura-sys.git", majorVersion: 0, minor: 6),
.Package(url: "https://github.com/IBM-Swift/BlueSocket.git", majorVersion: 0, minor: 2),
.Package(url: "https://github.com/IBM-Swift/LoggerAPI.git", majorVersion: 0, minor: 4),
.Package(url: "https://github.com/IBM-Swift/CCurl.git", majorVersion: 0, minor: 0),
Expand Down

0 comments on commit c73f3d3

Please sign in to comment.