Skip to content

Commit e621e15

Browse files
committed
Relax minimum platforms
to macOS 10.15, iOS 13, tvOS 13, and watchOS 6
1 parent 39d8dd8 commit e621e15

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
@@ -6,13 +6,13 @@ import PackageDescription
66
let package = Package(
77
name: "swift-openapi-hummingbird",
88
platforms: [
9-
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9),
9+
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
1010
],
1111
products: [
1212
.library(name: "OpenAPIHummingbird", targets: ["OpenAPIHummingbird"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-openapi-runtime", .upToNextMinor(from: "0.1.0")),
15+
.package(url: "https://github.com/apple/swift-openapi-runtime", .upToNextMinor(from: "0.1.3")),
1616
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "1.0.0"),
1717
],
1818
targets: [

0 commit comments

Comments
 (0)