Skip to content

Commit c9f9752

Browse files
author
Nathan Fallet
authored
Merge pull request #52 from GNMoseke/chore/bump-swift-version
2 parents 9e37456 + d0b2839 commit c9f9752

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Package.swift

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.7
22

33
import PackageDescription
44

55
let package = Package(
66
name: "google-cloud-kit",
7-
platforms: [ .macOS(.v10_15)],
7+
platforms: [
8+
.macOS(.v13),
9+
.iOS(.v13)
10+
],
811
products: [
912
.library(
1013
name: "GoogleCloudKit",
@@ -36,8 +39,8 @@ let package = Package(
3639
),
3740
],
3841
dependencies: [
39-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.2.0"),
40-
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0")
42+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.18.0"),
43+
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0")
4144
],
4245
targets: [
4346
.target(

0 commit comments

Comments
 (0)