Skip to content

Commit 29b446c

Browse files
committed
prerelease version updates
1 parent 2c9333d commit 29b446c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Package.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ let package = Package(
88
],
99
dependencies: [
1010
// Swift Promises, Futures, and Streams.
11-
.package(url: "https://github.com/vapor/async.git", .exact("1.0.0-beta.1")),
11+
.package(url: "https://github.com/vapor/async.git", "1.0.0-beta.1"..<"1.0.0-beta.2"),
1212

1313
// Core extensions, type-aliases, and functions that facilitate common tasks.
14-
.package(url: "https://github.com/vapor/core.git", .exact("3.0.0-beta.1")),
14+
.package(url: "https://github.com/vapor/core.git", "3.0.0-beta.1"..<"3.0.0-beta.2"),
1515

1616
// Cryptography modules (formerly CryptoKitten)
17-
.package(url: "https://github.com/vapor/crypto.git", .exact("3.0.0-beta.1")),
17+
.package(url: "https://github.com/vapor/crypto.git", "3.0.0-beta.1"..<"3.0.0-beta.2"),
1818

1919
// Core services for creating database integrations.
20-
.package(url: "https://github.com/vapor/database-kit.git", .exact("1.0.0-beta.2")),
20+
.package(url: "https://github.com/vapor/database-kit.git", "1.0.0-beta.2"..<"1.0.0-beta.3"),
2121

2222
// Non-blocking networking for Swift (HTTP and WebSockets).
23-
.package(url: "https://github.com/vapor/engine.git", .exact("3.0.0-beta.2")),
23+
.package(url: "https://github.com/vapor/engine.git", "3.0.0-beta.2"..<"3.0.0-beta.3"),
2424

2525
// Service container and configuration system.
26-
.package(url: "https://github.com/vapor/service.git", .exact("1.0.0-beta.1")),
26+
.package(url: "https://github.com/vapor/service.git", "1.0.0-beta.1"..<"1.0.0-beta.2"),
2727

2828
// 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", .exact("3.0.0-beta.2")),
29+
.package(url: "https://github.com/vapor/sockets.git", "3.0.0-beta.2"..<"3.0.0-beta.3"),
3030
],
3131
targets: [
3232
.target(name: "PostgreSQL", dependencies: ["Async", "Bits", "Crypto", "DatabaseKit", "Service", "TCP"]),

0 commit comments

Comments
 (0)