Skip to content

Commit

Permalink
Update dependencies for Kitura 2.3 release (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
djones6 authored Apr 23, 2018
1 parent d8d1634 commit 346897a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/Kitura.git", .upToNextMinor(from: "2.2.0")),
.package(url: "https://github.com/IBM-Swift/HeliumLogger.git", .upToNextMinor(from: "1.7.0")),
.package(url: "https://github.com/IBM-Swift/Kitura-StencilTemplateEngine.git", .upToNextMinor(from: "1.9.0")),
.package(url: "https://github.com/IBM-Swift/Kitura-Markdown", .upToNextMinor(from: "0.9.0")),
.package(url: "https://github.com/IBM-Swift/Kitura-WebSocket.git", .upToNextMinor(from: "1.0.1"))
.package(url: "https://github.com/IBM-Swift/Kitura.git", from: "2.3.0"),
.package(url: "https://github.com/IBM-Swift/HeliumLogger.git", from: "1.7.1"),
.package(url: "https://github.com/IBM-Swift/Kitura-StencilTemplateEngine.git", from: "1.9.0"),
.package(url: "https://github.com/IBM-Swift/Kitura-Markdown", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/Kitura-WebSocket.git", from: "2.0.0")
],
targets: [
.target(name: "Kitura-Sample",
Expand Down

0 comments on commit 346897a

Please sign in to comment.