Skip to content

Commit d74f348

Browse files
committed
chore: upgrade SwiftProtobuf to 1.7.0
1 parent b55b66f commit d74f348

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LeanCloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
end
2121

2222
s.subspec 'RTM' do |ss|
23-
ss.dependency 'SwiftProtobuf', '~> 1.6.0'
23+
ss.dependency 'SwiftProtobuf', '~> 1.7.0'
2424
ss.dependency 'Starscream', '~> 3.1'
2525
ss.dependency 'GRDB.swift', '~> 4.4'
2626

LeanCloud.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@
10781078
repositoryURL = "https://github.com/apple/swift-protobuf";
10791079
requirement = {
10801080
kind = upToNextMinorVersion;
1081-
minimumVersion = 1.6.0;
1081+
minimumVersion = 1.7.0;
10821082
};
10831083
};
10841084
D303BD762328CDFC004AE13D /* XCRemoteSwiftPackageReference "Starscream" */ = {

LeanCloud.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/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
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717
dependencies: [
1818
.package(url: "https://github.com/Alamofire/Alamofire.git", .exact("5.0.0-rc.2")),
19-
.package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMinor(from: "1.6.0")),
19+
.package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMinor(from: "1.7.0")),
2020
.package(url: "https://github.com/daltoniam/Starscream.git", .upToNextMajor(from: "3.1.0")),
2121
.package(url: "https://github.com/groue/GRDB.swift.git", .upToNextMajor(from: "4.4.0"))
2222
],

0 commit comments

Comments
 (0)