Skip to content

Commit 47e39a6

Browse files
authored
Update dependencies
1 parent f4e7b9f commit 47e39a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ let package = Package(
2020
.package(url: "https://github.com/vapor/database-kit.git", .exact("1.0.0-beta.1")),
2121

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

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

0 commit comments

Comments
 (0)