File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import PackageDescription
5
5
let package = Package (
6
6
name: " swift-tencent-scf-runtime " ,
7
7
platforms: [
8
- . macOS( . v10_13 ) ,
8
+ . macOS( . v10_15 ) ,
9
9
] ,
10
10
products: [
11
11
// This library exports `TencentSCFRuntimeCore` and adds Foundation convenience methods.
@@ -21,7 +21,7 @@ let package = Package(
21
21
. package ( url: " https://github.com/apple/swift-nio.git " , . upToNextMajor( from: " 2.17.0 " ) ) ,
22
22
. package ( url: " https://github.com/apple/swift-log.git " , . upToNextMajor( from: " 1.0.0 " ) ) ,
23
23
. package ( url: " https://github.com/swift-server/swift-backtrace.git " , . upToNextMajor( from: " 1.1.0 " ) ) ,
24
- . package ( url: " https://github.com/stevapple/tencent-cloud-core.git " , . upToNextMinor ( from: " 0.0.1 " ) )
24
+ . package ( url: " https://github.com/stevapple/tencent-cloud-core.git " , . upToNextMajor ( from: " 0.2.0 " ) )
25
25
] ,
26
26
targets: [
27
27
. target( name: " TencentSCFRuntime " , dependencies: [
You can’t perform that action at this time.
0 commit comments