Skip to content

Commit

Permalink
chore: update swift tools version, macOS version, and dependency vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
Garrett Moseke committed Jul 25, 2023
1 parent 9e37456 commit d0b2839
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// swift-tools-version:5.2
// swift-tools-version:5.7

import PackageDescription

let package = Package(
name: "google-cloud-kit",
platforms: [ .macOS(.v10_15)],
platforms: [
.macOS(.v13),
.iOS(.v13)
],
products: [
.library(
name: "GoogleCloudKit",
Expand Down Expand Up @@ -36,8 +39,8 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.2.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0")
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.18.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0")
],
targets: [
.target(
Expand Down

0 comments on commit d0b2839

Please sign in to comment.