Skip to content

Commit 313bd89

Browse files
lowered platform versions by 1 major
1 parent d3aa83d commit 313bd89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import CompilerPluginSupport
66
let package = Package(
77
name: "swift-htmlkit",
88
platforms: [
9-
.macOS(.v14),
10-
.iOS(.v17),
11-
.tvOS(.v17),
9+
.macOS(.v13),
10+
.iOS(.v16),
11+
.tvOS(.v16),
1212
.visionOS(.v1),
13-
.watchOS(.v10)
13+
.watchOS(.v9)
1414
],
1515
products: [
1616
.library(

0 commit comments

Comments
 (0)