Skip to content

Commit 48e603d

Browse files
committed
minor: update dependency version for MongoDBVapor in Vapor example
1 parent d3c553f commit 48e603d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.2"))
12+
.package(url: "https://github.com/mongodb/mongodb-vapor", .upToNextMajor(from: "1.1.0"))
1313
],
1414
targets: [
1515
.target(

0 commit comments

Comments
 (0)