@@ -34,8 +34,8 @@ To expose your OpenAPI implementation as an AWS Lambda function:
34
34
35
35
``` swift
36
36
dependencies: [
37
- .package (url : " https://github.com/apple/swift-openapi-generator.git" , . upToNextMinor ( from : " 1.0.0" ) ),
38
- .package (url : " https://github.com/apple/swift-openapi-runtime.git" , . upToNextMinor ( from : " 1.0.0" ) ),
37
+ .package (url : " https://github.com/apple/swift-openapi-generator.git" , from : " 1.0.0" ),
38
+ .package (url : " https://github.com/apple/swift-openapi-runtime.git" , from : " 1.0.0" ),
39
39
40
40
// add these three dependencies
41
41
.package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , branch : " 1.0.0-alpha.1" ),
@@ -201,8 +201,8 @@ let package = Package(
201
201
.executable (name : " QuoteService" , targets : [" QuoteService" ]),
202
202
],
203
203
dependencies : [
204
- .package (url : " https://github.com/apple/swift-openapi-generator.git" , . upToNextMinor ( from : " 1.0.0" ) ),
205
- .package (url : " https://github.com/apple/swift-openapi-runtime.git" , . upToNextMinor ( from : " 1.0.0" ) ),
204
+ .package (url : " https://github.com/apple/swift-openapi-generator.git" , from : " 1.0.0" ),
205
+ .package (url : " https://github.com/apple/swift-openapi-runtime.git" , from : " 1.0.0" ),
206
206
.package (url : " https://github.com/swift-server/swift-aws-lambda-runtime.git" , branch : " 1.0.0-alpha.1" ),
207
207
.package (url : " https://github.com/swift-server/swift-aws-lambda-events.git" , branch : " main" ),
208
208
.package (url : " https://github.com/sebsto/swift-openapi-lambda" , branch : " main" )
0 commit comments