Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 4bce6c2

Browse files
committed
Set Vapor package to "from: 4.84.3"
1 parent fa53201 commit 4bce6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
// Dependencies declare other packages that this package depends on.
1717
// .package(url: /* package url */, from: "1.0.0"),
1818
.package(url: "https://github.com/vapor/websocket-kit.git", from: "2.14.0"),
19-
.package(url: "https://github.com/vapor/vapor.git", from: "4.79.0")
19+
.package(url: "https://github.com/vapor/vapor.git", from: "4.84.3")
2020
],
2121
targets: [
2222
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)