Skip to content

Commit 8dd2d78

Browse files
committed
update to swift-log 1.6.2
1 parent 8fbfd9b commit 8dd2d78

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
@@ -114,7 +114,7 @@ PlatformTargets = []
114114

115115
let CommonPackageDependencies: [Package.Dependency] = [
116116
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
117-
.package(url: "https://github.com/apple/swift-log", branch: "main"),
117+
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
118118
.package(url: "https://github.com/apple/swift-system", from: "1.2.1"),
119119
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0"),
120120
.package(url: "https://github.com/PADL/SocketAddress", from: "0.0.1"),

0 commit comments

Comments
 (0)