Skip to content

Commit

Permalink
Use starscream fork fix but pointing to version instead of branch (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal committed Apr 17, 2024
1 parent f621cc6 commit 0791eee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "Starscream",
"repositoryURL": "https://github.com/bgoncal/Starscream",
"state": {
"branch": "ha-URLSession-fix",
"branch": null,
"revision": "7e3d24425c20649105cb4bdd612b6bab66f73ade",
"version": null
"version": "4.0.8"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public let package = Package(
dependencies: [
.package(
url: "https://github.com/bgoncal/Starscream",
.branchItem("ha-URLSession-fix")
from: "4.0.8"
),
.package(
url: "https://github.com/mxcl/PromiseKit",
Expand Down

0 comments on commit 0791eee

Please sign in to comment.