Skip to content

Commit

Permalink
Lock google-cloud-kit version at 1.0.0-rc.7 until we bump swift-tools…
Browse files Browse the repository at this point in the history
… and macOS version to 5.7 and v13 respectively

As the `google-cloud-kit` repo changed the min version of swift-tools to `5.7` and macOS to `v13`, to avoid build failures, locking the `google-cloud-kit` version to `1.0.0-rc.7`. We can change this once we decide to bump up the versions.
  • Loading branch information
susheel-clearcals committed Aug 4, 2023
1 parent 25e794e commit 2c619d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor-community/google-cloud-kit.git", from: "1.0.0-rc.7")
.package(url: "https://github.com/vapor-community/google-cloud-kit.git", .exact("1.0.0-rc.7")),
],
targets: [
.target(
Expand Down

0 comments on commit 2c619d8

Please sign in to comment.