Skip to content

Commit fab6af7

Browse files
committed
Reverted back to semver 2.0.0, in hopes that it eventually gets tagged.
1 parent 9a4cf90 commit fab6af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/APIGatewayV1/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
// during CI, the dependency on local version of swift-aws-lambda-runtime is added dynamically below
16-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", revision: "a1ab8df"), //2.0.0
16+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "2.0.0"),
1717
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "1.0.0"),
1818
],
1919
targets: [

0 commit comments

Comments
 (0)