1
- // swift-tools-version: 5.7
1
+ // swift-tools-version: 5.9
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
@@ -9,11 +9,11 @@ let package = Package(
9
9
. macOS( . v12)
10
10
] ,
11
11
dependencies: [
12
- . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , branch: " 1.0.0-alpha.1 " ) ,
13
- . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , branch : " main " ) ,
14
- . package ( url: " https://github.com/soto-project/soto.git " , from: " 6.8 .0" ) ,
15
- . package ( url: " https://github.com/swift-server/async-http-client.git " , from: " 1.20.1 " ) ,
16
- . package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.3.1 " )
12
+ . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , branch: " 1.0.0-alpha.2 " ) ,
13
+ . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from : " 0.4.0 " ) ,
14
+ . package ( url: " https://github.com/soto-project/soto.git " , from: " 7.0 .0" ) ,
15
+ . package ( url: " https://github.com/swift-server/async-http-client.git " , from: " 1.21.2 " ) ,
16
+ . package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.4.0 " )
17
17
] ,
18
18
targets: [
19
19
. target( name: " Models " ) ,
0 commit comments