Skip to content

Commit 778b5ec

Browse files
fix: correct starscream dependency minimum version to 4.0.5 (#188)
1 parent ede32ca commit 778b5ec

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
@@ -27,7 +27,7 @@ let package = Package(
2727
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
2828
.package(url: "https://github.com/apple/swift-format", "508.0.0"..<"510.0.0"),
2929
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
30-
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.0"),
30+
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.5"),
3131
.package(url: "https://github.com/dominicegginton/Spinner", from: "2.0.0"),
3232
.package(url: "https://github.com/JohnSundell/Files", from: "4.0.0"),
3333
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.0"),

0 commit comments

Comments
 (0)