From 6edf7ac3dd2b3a2c61284778d430bbad7d8a6f23 Mon Sep 17 00:00:00 2001 From: Danny Sung Date: Sun, 12 Sep 2021 09:56:39 -0700 Subject: [PATCH] Update dependency version (#62) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index f062741..b5c6b6d 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url:"https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"), + .package(url:"https://github.com/Kitura/LoggerAPI.git", from: "2.0.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.