Skip to content

Commit 2863e89

Browse files
authored
Merge branch 'main' into sebsto-patch-plugin
2 parents c71369c + 3dbe568 commit 2863e89

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,14 @@ let package = Package(
6767
.byName(name: "AWSLambdaRuntimeCore"),
6868
.product(name: "NIOTestUtils", package: "swift-nio"),
6969
.product(name: "NIOFoundationCompat", package: "swift-nio"),
70-
],
71-
swiftSettings: [.swiftLanguageMode(.v5)]
70+
]
7271
),
7372
.testTarget(
7473
name: "AWSLambdaRuntimeTests",
7574
dependencies: [
7675
.byName(name: "AWSLambdaRuntimeCore"),
7776
.byName(name: "AWSLambdaRuntime"),
78-
],
79-
swiftSettings: [.swiftLanguageMode(.v5)]
77+
]
8078
),
8179
// testing helper
8280
.target(

0 commit comments

Comments
 (0)