Skip to content

Commit 092efac

Browse files
Update dependency apple/swift-log to from: "1.9.1"
1 parent ba86abe commit 092efac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
dependencies: [
1919
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.6.1")),
2020
.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")),
21+
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.9.1")),
2222
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.23.0")),
2323
],
2424
targets: [

0 commit comments

Comments
 (0)