diff --git a/Package.swift b/Package.swift index 55a7bc5..2781254 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ import PackageDescription var dependencies: [Package.Dependency] = [ - .package(url: "https://github.com/IBM-Swift/LoggerAPI.git", from: "2.0.0"), + .package(url: "https://github.com/IBM-Swift/LoggerAPI.git", .upToNextMinor(from: "1.7.0")), .package(url: "https://github.com/IBM-Swift/BlueSocket.git", .upToNextMinor(from: "0.12.0")), .package(url: "https://github.com/IBM-Swift/CCurl.git", from: "1.0.0"), .package(url: "https://github.com/IBM-Swift/BlueSSLService.git", .upToNextMinor(from: "0.12.0"))