Skip to content

Commit

Permalink
require watchOS v6 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
halmueller authored and aehlke committed Aug 19, 2024
1 parent 0af3194 commit e2a05ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "SwiftSoup",
platforms: [.macOS(.v10_15), .iOS(.v13), .watchOS(.v4)],
platforms: [.macOS(.v10_15), .iOS(.v13), .watchOS(.v6)],
products: [
.library(name: "SwiftSoup", targets: ["SwiftSoup"])
],
Expand Down

0 comments on commit e2a05ef

Please sign in to comment.