Skip to content

Commit 5e13fb7

Browse files
authored
Drop swift tools version (#212)
1 parent 7318868 commit 5e13fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version: 5.9
1+
// swift-tools-version: 5.8
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "SnapshotPreviews",
8-
platforms: [.iOS(.v15), .macOS(.v12), .watchOS(.v10)],
8+
platforms: [.iOS(.v15), .macOS(.v12), .watchOS(.v9)],
99
products: [
1010
// Products define the executables and libraries a package produces, making them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)