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.
swift-log
1 parent a2e06bf commit 2aade13Copy full SHA for 2aade13
Package@swift-6.1.swift
@@ -140,7 +140,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
140
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"),
141
.package(url: "https://github.com/apple/swift-system", from: "1.5.0"),
142
.package(url: "https://github.com/apple/swift-nio", from: "2.90.0"),
143
- .package(url: "https://github.com/apple/swift-log", from: "1.6.4"),
+ .package(url: "https://github.com/apple/swift-log", from: "1.7.1"),
144
]
145
} else {
146
package.dependencies += [
0 commit comments