Skip to content

Commit

Permalink
require macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 18, 2024
1 parent 6ea9262 commit c5f5b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import PackageDescription
let package = Package(
name: "soto-cognito-authentication-kit",
platforms: [
.macOS(.v13),
.iOS(.v16),
.tvOS(.v16),
.macOS(.v15),
.iOS(.v18),
.tvOS(.v18),
],
products: [
.library(name: "SotoCognitoAuthenticationKit", targets: ["SotoCognitoAuthenticationKit"]),
Expand Down

0 comments on commit c5f5b11

Please sign in to comment.