Skip to content

Commit 0710155

Browse files
authored
Merge pull request #435 from mattpolzin/bump-package-tools-version
bump swift tools version
2 parents 11afd7b + efa684c commit 0710155

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,12 +1,12 @@
1-
// swift-tools-version: 5.8
1+
// swift-tools-version: 5.10
22

33
import PackageDescription
44

55
let package = Package(
66
name: "OpenAPIKit",
77
platforms: [
88
.macOS(.v10_15),
9-
.iOS(.v11)
9+
.iOS(.v12)
1010
],
1111
products: [
1212
.library(

0 commit comments

Comments
 (0)