Skip to content

Commit 34ab610

Browse files
authored
refactor: Update Starscream to 4.0.8 (#1786)
1 parent 806da2d commit 34ab610

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
dependencies: [
1919
.package(url: "https://github.com/parse-community/Bolts-ObjC.git", from: "1.10.0"),
2020
.package(url: "https://github.com/BoltsFramework/Bolts-Swift.git", from: "1.5.0"),
21-
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.6"),
21+
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.8"),
2222
.package(name: "OCMock", url: "https://github.com/erikdoe/ocmock.git", .revision("67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89"))
2323
],
2424
targets: [

Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Parse/Parse.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */

ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
repositoryURL = "https://github.com/daltoniam/Starscream.git";
10821082
requirement = {
10831083
kind = exactVersion;
1084-
version = 4.0.6;
1084+
version = 4.0.8;
10851085
};
10861086
};
10871087
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)