Skip to content

Commit

Permalink
Bump versions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt authored Dec 20, 2024
1 parent 0c41ffe commit 67c8766
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 @@ -39,11 +39,11 @@ let products: [Product] = [
let dependencies: [Package.Dependency] = [
.package(
url: "https://github.com/grpc/grpc-swift.git",
exact: "2.0.0-beta.1"
exact: "2.0.0-beta.2"
),
.package(
url: "https://github.com/grpc/grpc-swift-protobuf.git",
exact: "1.0.0-beta.1"
exact: "1.0.0-beta.2"
),
.package(
url: "https://github.com/apple/swift-protobuf.git",
Expand Down

0 comments on commit 67c8766

Please sign in to comment.