@@ -8,19 +8,19 @@ let package = Package(
8
8
] ,
9
9
dependencies: [
10
10
// Swift Promises, Futures, and Streams.
11
- . package ( url: " https://github.com/vapor/async.git " , . revision ( " 1.0.0-beta.1 " ) ) ,
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 " , . revision ( " 3.0.0-beta.1 " ) ) ,
14
+ . package ( url: " https://github.com/vapor/core.git " , . exact ( " 3.0.0-beta.1 " ) ) ,
15
15
16
16
// Cryptography modules
17
- . package ( url: " https://github.com/vapor/crypto.git " , . revision ( " 3.0.0-beta.1 " ) ) ,
17
+ . package ( url: " https://github.com/vapor/crypto.git " , . exact ( " 3.0.0-beta.1 " ) ) ,
18
18
19
19
// Networking
20
- . package ( url: " https://github.com/vapor/sockets.git " , . revision ( " 3.0.0-beta.2 " ) ) ,
20
+ . package ( url: " https://github.com/vapor/sockets.git " , . exact ( " 3.0.0-beta.2 " ) ) ,
21
21
22
22
// SSL support
23
- . package ( url: " https://github.com/vapor/tls.git " , . revision ( " 3.0.0-beta.2 " ) ) ,
23
+ . package ( url: " https://github.com/vapor/tls.git " , . exact ( " 3.0.0-beta.2 " ) ) ,
24
24
] ,
25
25
targets: [
26
26
. target( name: " MySQL " , dependencies: [ " CodableKit " , " Crypto " , " TCP " , " TLS " ] ) ,
0 commit comments