Skip to content

Commit

Permalink
Update SwiftProtobuf to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rebello95 committed Aug 21, 2018
1 parent 5c11a44 commit 6c6d9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import PackageDescription

var packageDependencies: [Package.Dependency] = [
.package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMinor(from: "1.0.3")),
.package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMinor(from: "1.1.1")),
.package(url: "https://github.com/kylef/Commander.git", from: "0.8.0"),
.package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0")
]
Expand Down
2 changes: 1 addition & 1 deletion SwiftGRPC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Pod::Spec.new do |s|

s.dependency 'gRPC-Core', '~> 1.12.0'
s.dependency 'BoringSSL', '~> 10.0'
s.dependency 'SwiftProtobuf', '~> 1.0.3'
s.dependency 'SwiftProtobuf', '~> 1.1.1'
end

0 comments on commit 6c6d9be

Please sign in to comment.