Skip to content

Commit

Permalink
Kitura/Kitura#33 Update to Kitura 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelk committed Nov 9, 2016
1 parent b1fc21e commit 1e8c890
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-WebSocket",
dependencies: [
.Package(url: "https://github.com/IBM-Swift/Kitura.git", majorVersion: 1, minor: 0),
.Package(url: "https://github.com/IBM-Swift/Kitura.git", majorVersion: 1, minor: 1),
.Package(url: "https://github.com/IBM-Swift/BlueCryptor.git", majorVersion: 0, minor: 7),
]
)

0 comments on commit 1e8c890

Please sign in to comment.