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 6dc268a commit 7bbc61cCopy full SHA for 7bbc61c
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.library(name: "Fluent", targets: ["Fluent"]),
11
],
12
dependencies: [
13
- .package(url: "https://github.com/vapor/fluent-kit.git", .branch("gm")),
+ .package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-rc.2"),
14
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
15
16
targets: [
0 commit comments