Skip to content

Commit c29e0f6

Browse files
authored
Bump dependency version (#15)
1 parent 787472f commit c29e0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ let products: [Product] = [
3535
let dependencies: [Package.Dependency] = [
3636
.package(
3737
url: "https://github.com/grpc/grpc-swift.git",
38-
branch: "main"
38+
exact: "2.0.0-beta.1"
3939
),
4040
.package(
4141
url: "https://github.com/grpc/grpc-swift-protobuf.git",
42-
branch: "main"
42+
exact: "1.0.0-beta.1"
4343
),
4444
.package(
4545
url: "https://github.com/apple/swift-protobuf.git",

0 commit comments

Comments
 (0)