We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718107c commit 79c882cCopy full SHA for 79c882c
1 file changed
Package.swift
@@ -30,7 +30,7 @@ let package = Package(
30
url: "https://github.com/swiftlang/swift-testing.git",
31
from: "6.2.1"
32
),
33
- .package(url: "https://github.com/apple/swift-log", from: "1.6.4"),
+ .package(url: "https://github.com/apple/swift-log", from: "1.7.1"),
34
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.2"),
35
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"),
36
.package(url: "https://github.com/swiftlang/swift-format.git", from: "602.0.0"),
0 commit comments