Skip to content

Commit cc70bb2

Browse files
committed
Merge branch 'master' of github.com:vapor/redis
2 parents f88f1aa + d09b627 commit cc70bb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ let package = Package(
44
name: "Redis",
55
dependencies: [
66
// 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),
88

99
// 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),
1111

1212
// 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),
1414

1515
// 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)
1717
]
1818
)

0 commit comments

Comments
 (0)