Skip to content

Commit bd2d0b5

Browse files
committed
Require the beta versions we actually require of Vapor and FluentKit
1 parent 446dd7d commit bd2d0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
.library(name: "Fluent", targets: ["Fluent"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-beta.2"),
14-
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-beta.2"),
13+
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-beta.5"),
14+
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-beta.4"),
1515
],
1616
targets: [
1717
.target(name: "Fluent", dependencies: ["FluentKit", "Vapor"]),

0 commit comments

Comments
 (0)