We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b084c85 commit 6465381Copy full SHA for 6465381
Package.swift
@@ -25,7 +25,7 @@ let package = Package(
25
],
26
dependencies: [
27
.package(url: "https://github.com/tuist/Path", .upToNextMajor(from: "0.3.8")),
28
- .package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.6.2")),
+ .package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.6.4")),
29
.package(url: "https://github.com/Kolos65/Mockable", .upToNextMajor(from: "0.3.0")),
30
31
targets: [
0 commit comments