Skip to content

Commit ce490da

Browse files
committed
Upgrade dependencies
1 parent 957dbf5 commit ce490da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 4 additions & 4 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
@@ -14,7 +14,7 @@ let package = Package(
1414
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "0.4.0"),
1515
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"),
1616
.package(url: "https://github.com/apple/swift-system.git", from: "0.0.1"),
17-
.package(url: "https://github.com/xcode-actions/clt-logger.git", from: "0.2.0")
17+
.package(url: "https://github.com/xcode-actions/clt-logger.git", from: "0.3.0")
1818
],
1919
targets: [
2020
.target(name: "SignalHandling", dependencies: [

0 commit comments

Comments
 (0)