Skip to content

Commit d336059

Browse files
committed
Update swift-process-invocation for Swift 6
1 parent 07d2f63 commit d336059

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Package.resolved

Lines changed: 4 additions & 3 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
@@ -24,7 +24,7 @@ let package = Package(
2424
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
2525
.package(url: "https://github.com/xcode-actions/clt-logger.git", from: "0.8.0"),
2626
.package(url: "https://github.com/xcode-actions/stream-reader.git", from: "3.5.2"),
27-
.package(url: "https://github.com/xcode-actions/swift-process-invocation.git", from: "1.1.0-beta"),
27+
.package(url: "https://github.com/xcode-actions/swift-process-invocation.git", from: "1.2.0"),
2828
],
2929
targets: [
3030
.executableTarget(name: "swift-sh", dependencies: [

0 commit comments

Comments
 (0)