Skip to content

Commit

Permalink
Merge pull request socketio#1451 from IvanGamov/fix/StarScreamPackage
Browse files Browse the repository at this point in the history
Fix Starscream to version 4.0.4
  • Loading branch information
nuclearace authored Aug 21, 2023
2 parents a1ed825 + 3c81d0e commit d7846b3
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 @@ -8,7 +8,7 @@ let package = Package(
.library(name: "SocketIO", targets: ["SocketIO"])
],
dependencies: [
.package(url: "https://github.com/daltoniam/Starscream", .upToNextMinor(from: "4.0.0")),
.package(url: "https://github.com/daltoniam/Starscream", .exactItem("4.0.4")),
],
targets: [
.target(name: "SocketIO", dependencies: ["Starscream"]),
Expand Down

0 comments on commit d7846b3

Please sign in to comment.