Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aed43aa

Browse files
update to latest RC tags
1 parent 78ecff8 commit aed43aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ let package = Package(
99
],
1010
dependencies: [
1111
// 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
12-
.package(url: "https://github.com/vapor/core.git", .branch("fluent-gm")),
12+
.package(url: "https://github.com/vapor/core.git", from:"3.0.0"),
1313

1414
// Swift ORM framework (queries, models, and relations) for building NoSQL and SQL database integrations.
15-
.package(url: "https://github.com/vapor/fluent.git", .branch("master")),
15+
.package(url: "https://github.com/vapor/fluent.git", from:"3.0.0-rc"),
1616

1717
// 🐘 Non-blocking, event-driven Swift client for PostgreSQL.
18-
.package(url: "https://github.com/vapor/postgresql.git", .branch("master")),
18+
.package(url: "https://github.com/vapor/postgresql.git", from:"1.0.0-rc"),
1919
],
2020
targets: [
2121
.target(name: "FluentPostgreSQL", dependencies: ["Async", "Fluent", "PostgreSQL"]),

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /