Skip to content

Commit 549c96f

Browse files
authored
Merge pull request #185 from sstadelman/master
Bumped minimum platform version to 10.13
2 parents cc24674 + c09bc82 commit 549c96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import class Foundation.ProcessInfo
55
let package = Package(
66
name: "swift-driver",
77
platforms: [
8-
.macOS(.v10_10),
8+
.macOS(.v10_13),
99
],
1010
products: [
1111
.executable(

0 commit comments

Comments
 (0)