From c19ff73324232697d85795c92247f10308909137 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Fri, 18 Oct 2024 08:22:06 +0100 Subject: [PATCH] macOS 15 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 61f0249..1eaa11a 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.10 +// swift-tools-version:6.0 //===----------------------------------------------------------------------===// // // This source file is part of the Soto for AWS open source project @@ -20,15 +20,15 @@ import PackageDescription let package = Package( name: "soto-cognito-authentication", platforms: [ - .macOS(.v13), - .iOS(.v16), - .tvOS(.v16), + .macOS(.v15), + .iOS(.v18), + .tvOS(.v18), ], products: [ .library(name: "SotoCognitoAuthentication", targets: ["SotoCognitoAuthentication"]), ], dependencies: [ - .package(url: "https://github.com/soto-project/soto-cognito-authentication-kit.git", from: "5.0.0-rc.3"), + .package(url: "https://github.com/soto-project/soto-cognito-authentication-kit.git", from: "5.0.0"), .package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"), ], targets: [