Skip to content

Commit

Permalink
bumped minimum platform version to 10.13 for swiftlang/swift-tools-su…
Browse files Browse the repository at this point in the history
  • Loading branch information
sstadelman committed Jul 28, 2020
1 parent a62bc1a commit c09bc82
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 @@ -5,7 +5,7 @@ import class Foundation.ProcessInfo
let package = Package(
name: "swift-driver",
platforms: [
.macOS(.v10_10),
.macOS(.v10_13),
],
products: [
.executable(
Expand Down

0 comments on commit c09bc82

Please sign in to comment.