Skip to content

Commit

Permalink
Update minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Jun 12, 2024
1 parent e195e87 commit 887181a
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 @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "Networking",
platforms: [
.iOS(.v15), .macOS(.v12), .tvOS(.v15), .watchOS(.v8)
.iOS(.v16), .macOS(.v13), .tvOS(.v16), .watchOS(.v9)
],
products: [
.library(
Expand Down

0 comments on commit 887181a

Please sign in to comment.