From 5e13fb7076b9cb9028d56c01cbf3aa1286f8965f Mon Sep 17 00:00:00 2001 From: Noah Martin Date: Thu, 5 Dec 2024 12:13:42 -1000 Subject: [PATCH] Drop swift tools version (#212) --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 26f5cbb..90f5259 100644 --- a/Package.swift +++ b/Package.swift @@ -1,11 +1,11 @@ -// swift-tools-version: 5.9 +// swift-tools-version: 5.8 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "SnapshotPreviews", - platforms: [.iOS(.v15), .macOS(.v12), .watchOS(.v10)], + platforms: [.iOS(.v15), .macOS(.v12), .watchOS(.v9)], products: [ // Products define the executables and libraries a package produces, making them visible to other packages. .library(