Skip to content

Commit 2d45670

Browse files
committed
Update MongoDBVapor dependency version in Vapor example
1 parent acba284 commit 2d45670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/VaporExample/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/vapor/vapor", .upToNextMajor(from: "4.50.0")),
1111
.package(url: "https://github.com/vapor/leaf", .upToNextMajor(from: "4.0.0")),
12-
.package(url: "https://github.com/mongodb/mongodb-vapor", .exact("1.1.0-alpha.1"))
12+
.package(url: "https://github.com/mongodb/mongodb-vapor", .exact("1.1.0-alpha.2"))
1313
],
1414
targets: [
1515
.target(

Examples/VaporExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This application is intended to demonstrate best practices for integrating the d
88

99
The application contains both a REST API as well as a minimal frontend built with Vapor's templating language [Leaf](https://github.com/vapor/leaf).
1010

11-
This application requires Swift 5.5+ and MongoDB 3.6+. It will run on Linux as well as macOS 12+.
11+
This application requires Swift 5.5.2+ and MongoDB 3.6+. It will run on Linux as well as macOS 12+.
1212

1313
If you are looking for an example application that uses older Swift versions prior to the introduction of structured concurrency, please refer to a previous version of this application and README [here](https://github.com/mongodb/mongo-swift-driver/tree/5d9fad121d7cb3ded61087de300ff007766ccd55/Examples/VaporExample).
1414

0 commit comments

Comments
 (0)