Skip to content

Commit 7c3c329

Browse files
authored
Update Dependencies and Specify Stable Versions (#9)
* Update lambda events * Update AWS runtime * Be more permissive with SwiftLint * Update lambda runtime range to exclude the release
1 parent dbef3a1 commit 7c3c329

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Package.resolved

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

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
dependencies: [
1717
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.4.2")),
1818
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.43.1")),
19-
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
20-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "main")
19+
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", .upToNextMajor(from: "0.2.0")),
20+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", "1.0.0-alpha.1"..<"1.0.0-beta.999")
2121
]
2222
)
2323

@@ -53,7 +53,7 @@ let targets: [Target] = [
5353
]
5454

5555
#if os(macOS)
56-
package.dependencies.append(.package(url: "https://github.com/realm/SwiftLint.git", exact: "0.54.0"))
56+
package.dependencies.append(.package(url: "https://github.com/realm/SwiftLint.git", from: "0.54.0"))
5757
for target in targets {
5858
target.plugins = [.plugin(name: "SwiftLintPlugin", package: "SwiftLint")]
5959
}

0 commit comments

Comments
 (0)