Skip to content

Commit ab720ae

Browse files
committed
Use clt-logger 1.0 beta to fully drop System dependency
1 parent 62eadfe commit ab720ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
dependencies: [
2121
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
2222
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"),
23-
.package(url: "https://github.com/xcode-actions/clt-logger.git", from: "0.4.0"),
23+
.package(url: "https://github.com/xcode-actions/clt-logger.git", from: "1.0.0-beta"),
2424
],
2525
targets: [
2626
.target(name: "SignalHandling", dependencies: [

0 commit comments

Comments
 (0)