Skip to content

Commit

Permalink
Bump dependency versions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt authored Jan 24, 2025
1 parent 869fe81 commit 3279c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ let products: [Product] = [
let dependencies: [Package.Dependency] = [
.package(
url: "https://github.com/grpc/grpc-swift.git",
branch: "main"
exact: "2.0.0-rc.1"
),
.package(
url: "https://github.com/grpc/grpc-swift-protobuf.git",
branch: "main"
exact: "1.0.0-rc.1"
),
.package(
url: "https://github.com/apple/swift-protobuf.git",
Expand Down

0 comments on commit 3279c13

Please sign in to comment.