@@ -9,16 +9,16 @@ let package = Package(
9
9
] ,
10
10
dependencies: [
11
11
// Swift Promises, Futures, and Streams.
12
- . package ( url: " https://github.com/vapor/async.git " , . branch ( " beta " ) ) ,
12
+ . package ( url: " https://github.com/vapor/async.git " , . exact ( " 1.0.0- beta.1 " ) ) ,
13
13
14
14
// Core extensions, type-aliases, and functions that facilitate common tasks.
15
- . package ( url: " https://github.com/vapor/core.git " , . branch ( " beta " ) ) ,
15
+ . package ( url: " https://github.com/vapor/core.git " , . exact ( " 3.0.0- beta.1 " ) ) ,
16
16
17
17
// Swift ORM framework (queries, models, and relations) for building NoSQL and SQL database integrations.
18
- . package ( url: " https://github.com/vapor/fluent.git " , . branch ( " beta " ) ) ,
18
+ . package ( url: " https://github.com/vapor/fluent.git " , . exact ( " 3.0.0- beta.1 " ) ) ,
19
19
20
20
// Pure Swift, async/non-blocking client for PostgreSQL.
21
- . package ( url: " https://github.com/vapor/postgresql.git " , . branch ( " beta " ) ) ,
21
+ . package ( url: " https://github.com/vapor/postgresql.git " , . exact ( " 1.0.0- beta.1 " ) ) ,
22
22
] ,
23
23
targets: [
24
24
. target( name: " FluentPostgreSQL " , dependencies: [ " Async " , " CodableKit " , " Fluent " , " FluentSQL " , " PostgreSQL " ] ) ,
0 commit comments