Skip to content

Commit

Permalink
refactor: Update Starscream to 4.0.8 (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis authored May 1, 2024
1 parent 806da2d commit 34ab610
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/daltoniam/Starscream.git",
"state": {
"branch": null,
"revision": "ac6c0fc9da221873e01bd1a0d4818498a71eef33",
"version": "4.0.6"
"revision": "c6bfd1af48efcc9a9ad203665db12375ba6b145a",
"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 @@ -18,7 +18,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/parse-community/Bolts-ObjC.git", from: "1.10.0"),
.package(url: "https://github.com/BoltsFramework/Bolts-Swift.git", from: "1.5.0"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.6"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.8"),
.package(name: "OCMock", url: "https://github.com/erikdoe/ocmock.git", .revision("67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89"))
],
targets: [
Expand Down
6 changes: 3 additions & 3 deletions Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"package": "OCMock",
"repositoryURL": "https://github.com/erikdoe/ocmock.git",
"repositoryURL": "https://github.com/erikdoe/ocmock",
"state": {
"branch": null,
"revision": "67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89",
Expand All @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/daltoniam/Starscream.git",
"state": {
"branch": null,
"revision": "ac6c0fc9da221873e01bd1a0d4818498a71eef33",
"version": "4.0.6"
"revision": "c6bfd1af48efcc9a9ad203665db12375ba6b145a",
"version": "4.0.8"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down
2 changes: 1 addition & 1 deletion ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@
repositoryURL = "https://github.com/daltoniam/Starscream.git";
requirement = {
kind = exactVersion;
version = 4.0.6;
version = 4.0.8;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 34ab610

Please sign in to comment.