Skip to content

Commit 06521be

Browse files
committed
chore(deps): set aws runtime to 1.0.0-alpha.2
1 parent 880bf7e commit 06521be

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Package.resolved

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.macOS(.v12)
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.2"),
12+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.2"),
1313
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"),
1414
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
1515
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.21.2"),

0 commit comments

Comments
 (0)