Skip to content

Commit fdd55cd

Browse files
committed
Use proper ShellOut repository
1 parent b602ad9 commit fdd55cd

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", from: "2.0.2"),
14+
.package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.1.0"),
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)