File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ let package = Package(
15
15
. library( name: " AWSLambdaTesting " , targets: [ " AWSLambdaTesting " ] ) ,
16
16
] ,
17
17
dependencies: [
18
- . package ( url: " https://github.com/apple/swift-nio.git " , . upToNextMajor( from: " 2.28 .0 " ) ) ,
19
- . package ( url: " https://github.com/apple/swift-log.git " , . upToNextMajor( from: " 1.0.0 " ) ) ,
20
- . package ( url: " https://github.com/swift-server/swift-backtrace.git " , . upToNextMajor( from: " 1.1.0 " ) ) ,
18
+ . package ( url: " https://github.com/apple/swift-nio.git " , . upToNextMajor( from: " 2.30 .0 " ) ) ,
19
+ . package ( url: " https://github.com/apple/swift-log.git " , . upToNextMajor( from: " 1.4.2 " ) ) ,
20
+ . package ( url: " https://github.com/swift-server/swift-backtrace.git " , . upToNextMajor( from: " 1.2.3 " ) ) ,
21
21
] ,
22
22
targets: [
23
23
. target( name: " AWSLambdaRuntime " , dependencies: [
You can’t perform that action at this time.
0 commit comments