@@ -4,15 +4,15 @@ let package = Package(
4
4
name: " Redis " ,
5
5
dependencies: [
6
6
// Core extensions, type-aliases, and functions that facilitate common tasks.
7
- . Package( url: " https://github.com/vapor/core.git " , Version ( 2 , 0 , 0 , prereleaseIdentifiers : [ " beta " ] ) ) ,
7
+ . Package( url: " https://github.com/vapor/core.git " , majorVersion : 2 ) ,
8
8
9
9
// A formatted data encapsulation meant to facilitate the transformation from one object to another.
10
- . Package( url: " https://github.com/vapor/node.git " , Version ( 2 , 0 , 0 , prereleaseIdentifiers : [ " beta " ] ) ) ,
10
+ . Package( url: " https://github.com/vapor/node.git " , majorVersion : 2 ) ,
11
11
12
12
// Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X.
13
- . Package( url: " https://github.com/vapor/socks .git " , Version ( 2 , 0 , 0 , prereleaseIdentifiers : [ " beta " ] ) ) ,
13
+ . Package( url: " https://github.com/vapor/sockets .git " , majorVersion : 2 ) ,
14
14
15
15
// Module for generating random bytes and numbers (for tests).
16
- . Package( url: " https://github.com/vapor/random.git " , Version ( 1 , 0 , 0 , prereleaseIdentifiers : [ " beta " ] ) )
16
+ . Package( url: " https://github.com/vapor/random.git " , majorVersion : 1 )
17
17
]
18
18
)
0 commit comments