Skip to content

Commit 98f43df

Browse files
chore(spm): update dependency apple/swift-log to from: "1.6.3"
1 parent b423bd0 commit 98f43df

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
@@ -25,7 +25,7 @@ let package = Package(
2525
],
2626
dependencies: [
2727
.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")),
28+
.package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.6.3")),
2929
.package(url: "https://github.com/Kolos65/Mockable", .upToNextMajor(from: "0.3.0")),
3030
],
3131
targets: [

0 commit comments

Comments
 (0)