Skip to content

Commit

Permalink
minor: update MongoDBVapor dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahar committed Aug 1, 2022
1 parent 0962c6e commit e07a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor", .upToNextMajor(from: "4.50.0")),
.package(url: "https://github.com/mongodb/mongodb-vapor", .exact("1.1.0-alpha.2")){{#leaf}},
.package(url: "https://github.com/mongodb/mongodb-vapor", .upToNextMajor(from: "1.1.0")){{#leaf}},
.package(url: "https://github.com/vapor/leaf", .upToNextMajor(from: "4.0.0")){{/leaf}}
],
targets: [
Expand Down

0 comments on commit e07a72f

Please sign in to comment.