diff --git a/swift/example_code/lambda/using-lambda-runtime/Package.swift b/swift/example_code/lambda/using-lambda-runtime/Package.swift index c3062680ec6..9cc96932832 100644 --- a/swift/example_code/lambda/using-lambda-runtime/Package.swift +++ b/swift/example_code/lambda/using-lambda-runtime/Package.swift @@ -19,8 +19,8 @@ let package = Package( // before building the project. dependencies: [ .package( - url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", - from: "2.0.0-beta.1"), + url: "https://github.com/awslabs/swift-aws-lambda-runtime.git", + from: "2.0.0"), .package(url: "https://github.com/awslabs/aws-sdk-swift.git", from: "1.0.0"), ],