Skip to content

Commit

Permalink
updated mongo driver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriomazzeo committed Jan 30, 2019
1 parent 4b48a4e commit 3ba7912
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 @@ -18,7 +18,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/vapor/core.git", .upToNextMajor(from: "3.5.0")),
.package(url: "https://github.com/vapor/fluent.git", .upToNextMajor(from: "3.1.2")),
.package(url: "https://github.com/mongodb/mongo-swift-driver.git", .upToNextMajor(from: "0.0.8"))
.package(url: "https://github.com/mongodb/mongo-swift-driver.git", .upToNextMajor(from: "0.0.9"))
],
targets: [
.target(name: "FluentMongo", dependencies: ["Async", "Fluent", "MongoSwift"]),
Expand Down

0 comments on commit 3ba7912

Please sign in to comment.