Skip to content

Commit 05a351b

Browse files
Force library to use Starscream 4.0.6 due to breaking Starscream minor version changes
1 parent 8b48dcd commit 05a351b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.library(name: "SwiftStomp", targets: ["SwiftStomp"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/daltoniam/Starscream.git", .upToNextMinor(from: "4.0.6")),
13+
.package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.6")),
1414
.package(url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.0.0"))
1515
],
1616
targets: [

0 commit comments

Comments
 (0)