We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c553f commit 48e603dCopy full SHA for 48e603d
Examples/VaporExample/Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
dependencies: [
10
.package(url: "https://github.com/vapor/vapor", .upToNextMajor(from: "4.50.0")),
11
.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"))
+ .package(url: "https://github.com/mongodb/mongodb-vapor", .upToNextMajor(from: "1.1.0"))
13
],
14
targets: [
15
.target(
0 commit comments