Skip to content

Commit b602ad9

Browse files
committed
Use tagged revision for ShellOut
1 parent c652783 commit b602ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/onevcat/Rainbow.git", from: "3.0.0"),
14-
.package(url: "https://github.com/harlanhaskins/ShellOut.git", .branch("on-your-mark-get-set-go")),
14+
.package(url: "https://github.com/harlanhaskins/ShellOut.git", from: "2.0.2"),
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)