File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ let package = Package(
1515 . library( name: " AWSLambdaTesting " , targets: [ " AWSLambdaTesting " ] ) ,
1616 ] ,
1717 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 " ) ) ,
2121 ] ,
2222 targets: [
2323 . target( name: " AWSLambdaRuntime " , dependencies: [
You can’t perform that action at this time.
0 commit comments