Bump the Swift snippet macos version to v13

This commit is contained in:
ok300
2024-01-20 17:43:24 +01:00
parent 2f346df0f2
commit 69ebd18b72

View File

@@ -5,7 +5,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "BreezSDKDocs", name: "BreezSDKDocs",
platforms: [.macOS(.v12)], platforms: [.macOS(.v13)],
dependencies: [ dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"),
.package(url: "https://github.com/breez/breez-sdk-swift", from:"0.2.12") .package(url: "https://github.com/breez/breez-sdk-swift", from:"0.2.12")