Skip to content

Commit cafc954

Browse files
Merge pull request #8 from swift-serverless/feature/awslabs
Update to awslabs
2 parents 495652c + 5a8a30b commit cafc954

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ let package = Package(
1919
)
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "2.0.0"),
23-
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.5.0"),
22+
.package(url: "https://github.com/awslabs/swift-aws-lambda-runtime.git", from: "2.2.0"),
23+
.package(url: "https://github.com/awslabs/swift-aws-lambda-events.git", from: "0.5.0"),
2424
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.22.0"),
2525
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.6.3"),
2626
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),

Tests/BreezeLambdaWebHookTests/BreezeLambdaWebHookService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import Foundation
2828
import NIOCore
2929

3030

31-
@Suite("BreezeLambdaWebHookServiceTests")
31+
@Suite(.serialized)
3232
struct BreezeLambdaWebHookServiceTests {
3333

3434
let decoder = JSONDecoder()

0 commit comments

Comments
 (0)