Skip to content

Commit 8a37a5d

Browse files
committed
update to official tags
1 parent 0d35a22 commit 8a37a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ let package = Package(
88
],
99
dependencies: [
1010
// 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
11-
.package(url: "https://github.com/vapor/core.git", .branch("fluent-gm")),
11+
.package(url: "https://github.com/vapor/core.git", from: "3.0.0"),
1212

1313
// 🔑 Hashing (BCrypt, SHA, HMAC, etc), encryption, and randomness.
1414
.package(url: "https://github.com/vapor/crypto.git", from: "3.0.0"),
1515

1616
// 🗄 Core services for creating database integrations.
17-
.package(url: "https://github.com/vapor/database-kit.git", .branch("fluent-gm")),
17+
.package(url: "https://github.com/vapor/database-kit.git", from: "1.0.0"),
1818

1919
// 📦 Dependency injection / inversion of control framework.
2020
.package(url: "https://github.com/vapor/service.git", from: "1.0.0"),

0 commit comments

Comments
 (0)