We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba86abe commit 092efacCopy full SHA for 092efac
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
dependencies: [
19
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.6.1")),
20
.package(url: "https://github.com/apple/swift-docc-plugin", .upToNextMinor(from: "1.4.3")),
21
- .package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.6.1")),
+ .package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.9.1")),
22
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.23.0")),
23
],
24
targets: [
0 commit comments