Skip to content

Commit

Permalink
Use beta tag in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahar authored Jun 10, 2021
1 parent f9b5f64 commit cf59cbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor", .upToNextMajor(from: "4.7.0")),
// TODO fix version
.package(url: "https://github.com/mongodb/mongodb-vapor", .branch("main")){{#leaf}},
.package(url: "https://github.com/mongodb/mongodb-vapor", .exact("1.0.0-beta.0")){{#leaf}},
.package(url: "https://github.com/vapor/leaf", .upToNextMajor(from: "4.0.0")){{/leaf}}
],
targets: [
Expand Down

0 comments on commit cf59cbc

Please sign in to comment.