Update macOS version for async/await
This commit is contained in:
parent
067d7ffb7a
commit
8b89ebcccb
@ -4,7 +4,7 @@ import PackageDescription
|
||||
let package = Package(
|
||||
name: "SchafkopfServer",
|
||||
platforms: [
|
||||
.macOS(.v10_15)
|
||||
.macOS(.v12)
|
||||
],
|
||||
dependencies: [
|
||||
.package(name: "vapor", url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
|
||||
|
Loading…
Reference in New Issue
Block a user