aboutsummaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift12
1 files changed, 6 insertions, 6 deletions
diff --git a/Package.swift b/Package.swift
index 2fa3f21..f63b77c 100644
--- a/Package.swift
+++ b/Package.swift
@@ -1,4 +1,4 @@
-// swift-tools-version: 5.8
+// swift-tools-version: 6.1
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
@@ -6,11 +6,11 @@ import PackageDescription
let package = Package(
name: "Patterns",
platforms: [
- .macOS(.v12),
- .iOS(.v15),
- .macCatalyst(.v15),
- .tvOS(.v16),
- .watchOS(.v8)
+ .macOS(.v14),
+ .iOS(.v17),
+ .macCatalyst(.v17),
+ .tvOS(.v17),
+ .watchOS(.v10)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.