Skip to content

Commit

Permalink
macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 18, 2024
1 parent 1149bfb commit c19ff73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: [
Expand Down

0 comments on commit c19ff73

Please sign in to comment.