Skip to content

Commit

Permalink
updated dependency versions for kitura org
Browse files Browse the repository at this point in the history
  • Loading branch information
dannys42 committed Dec 9, 2020
1 parent 95bfe20 commit 545b0d9
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 @@ -27,8 +27,8 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/Kitura/CircuitBreaker.git", from: "5.0.0"),
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.8.0"),
.package(url: "https://github.com/Kitura/CircuitBreaker.git", from: "5.0.200"),
.package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.2.0"),
],
targets: [
Expand Down

0 comments on commit 545b0d9

Please sign in to comment.