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.
1 parent b423bd0 commit 98f43dfCopy full SHA for 98f43df
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.3")),
29
.package(url: "https://github.com/Kolos65/Mockable", .upToNextMajor(from: "0.3.0")),
30
31
targets: [
0 commit comments