Skip to content

Commit 3279c13

Browse files
authored
Bump dependency versions (#33)
1 parent 869fe81 commit 3279c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ let products: [Product] = [
4343
let dependencies: [Package.Dependency] = [
4444
.package(
4545
url: "https://github.com/grpc/grpc-swift.git",
46-
branch: "main"
46+
exact: "2.0.0-rc.1"
4747
),
4848
.package(
4949
url: "https://github.com/grpc/grpc-swift-protobuf.git",
50-
branch: "main"
50+
exact: "1.0.0-rc.1"
5151
),
5252
.package(
5353
url: "https://github.com/apple/swift-protobuf.git",

0 commit comments

Comments
 (0)