We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563b770 commit a00452fCopy full SHA for a00452f
1 file changed
Package.swift
@@ -48,7 +48,7 @@ let package = Package(
48
],
49
dependencies: [
50
.package(url: "https://github.com/tuist/Path", .upToNextMajor(from: "0.3.8")),
51
- .package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.9.0")),
+ .package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.9.1")),
52
] + zipFoundationDependency + swiftNioDependency,
53
targets: [
54
.target(
0 commit comments