Bump Starscream version to upToNextMajor 4.0.8

This commit is contained in:
Alessio Zap Boerio 2024-04-15 13:39:56 +02:00
parent 175da8b515
commit 5ecc5bbae9
3 changed files with 10 additions and 3 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/daltoniam/Starscream", "repositoryURL": "https://github.com/daltoniam/Starscream",
"state": { "state": {
"branch": null, "branch": null,
"revision": "ac6c0fc9da221873e01bd1a0d4818498a71eef33", "revision": "c6bfd1af48efcc9a9ad203665db12375ba6b145a",
"version": "4.0.6" "version": "4.0.8"
} }
} }
] ]

View File

@ -8,7 +8,7 @@ let package = Package(
.library(name: "SocketIO", targets: ["SocketIO"]) .library(name: "SocketIO", targets: ["SocketIO"])
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/daltoniam/Starscream", .exactItem("4.0.6")), .package(url: "https://github.com/daltoniam/Starscream", .upToNextMajor(from: "4.0.8")),
], ],
targets: [ targets: [
.target(name: "SocketIO", dependencies: ["Starscream"]), .target(name: "SocketIO", dependencies: ["Starscream"]),