We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9318f commit e4faa03Copy full SHA for e4faa03
1 file changed
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
.executable(name: "xcodeinstall", targets: ["xcodeinstall"])
19
],
20
dependencies: [
21
- .package(url: "https://github.com/apple/swift-log.git", from: "1.12.0"),
+ .package(url: "https://github.com/apple/swift-log.git", from: "1.12.1"),
22
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.1"),
23
.package(url: "https://github.com/apple/swift-crypto", from: "4.5.0"),
24
.package(url: "https://github.com/apple/swift-system", from: "1.6.4"),
0 commit comments