@@ -8,25 +8,25 @@ let package = Package(
8
8
] ,
9
9
dependencies: [
10
10
// Swift Promises, Futures, and Streams.
11
- . package ( url: " https://github.com/vapor/async.git " , . branch ( " beta " ) ) ,
11
+ . package ( url: " https://github.com/vapor/async.git " , . exact ( " 1.0.0- beta.1 " ) ) ,
12
12
13
13
// Core extensions, type-aliases, and functions that facilitate common tasks.
14
- . package ( url: " https://github.com/vapor/core.git " , . branch ( " beta " ) ) ,
14
+ . package ( url: " https://github.com/vapor/core.git " , . exact ( " 3.0.0- beta.1 " ) ) ,
15
15
16
16
// Cryptography modules (formerly CryptoKitten)
17
- . package ( url: " https://github.com/vapor/crypto.git " , . branch ( " beta " ) ) ,
17
+ . package ( url: " https://github.com/vapor/crypto.git " , . exact ( " 3.0.0- beta.1 " ) ) ,
18
18
19
19
// Core services for creating database integrations.
20
- . package ( url: " https://github.com/vapor/database-kit.git " , . branch ( " beta " ) ) ,
20
+ . package ( url: " https://github.com/vapor/database-kit.git " , . exact ( " 1.0.0- beta.1 " ) ) ,
21
21
22
22
// Non-blocking networking for Swift (HTTP and WebSockets).
23
- . package ( url: " https://github.com/vapor/engine.git " , . branch ( " beta " ) ) ,
23
+ . package ( url: " https://github.com/vapor/engine.git " , . exact ( " 3.0.0- beta.1 " ) ) ,
24
24
25
25
// Service container and configuration system.
26
- . package ( url: " https://github.com/vapor/service.git " , . branch ( " beta " ) ) ,
26
+ . package ( url: " https://github.com/vapor/service.git " , . exact ( " 1.0.0- beta.1 " ) ) ,
27
27
28
28
// Pure Swift (POSIX) TCP and UDP non-blocking socket layer, with event-driven Server and Client.
29
- . package ( url: " https://github.com/vapor/sockets.git " , . branch ( " beta " ) ) ,
29
+ . package ( url: " https://github.com/vapor/sockets.git " , . exact ( " 3.0.0- beta.1 " ) ) ,
30
30
] ,
31
31
targets: [
32
32
. target( name: " PostgreSQL " , dependencies: [ " Async " , " Bits " , " Crypto " , " DatabaseKit " , " Service " , " TCP " ] ) ,
0 commit comments