Skip to content

Commit

Permalink
fix: correct starscream dependency minimum version to 4.0.5 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyrzeller committed Jan 14, 2024
1 parent ede32ca commit 778b5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-format", "508.0.0"..<"510.0.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.0"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.5"),
.package(url: "https://github.com/dominicegginton/Spinner", from: "2.0.0"),
.package(url: "https://github.com/JohnSundell/Files", from: "4.0.0"),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.0"),
Expand Down

0 comments on commit 778b5ec

Please sign in to comment.