Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 9f7b0a3

Browse files
committed
revert vapor version
1 parent d9b6707 commit 9f7b0a3

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
@@ -11,7 +11,7 @@ let package = Package(
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/binarybirds/liquid-kit.git", from: "1.2.0-beta"),
14-
.package(url: "https://github.com/vapor/vapor.git", from: "4.36.0"),
14+
.package(url: "https://github.com/vapor/vapor.git", from: "4.34.0"),
1515
.package(url: "https://github.com/soto-project/soto.git", from: "5.0.0-rc")
1616
],
1717
targets: [

0 commit comments

Comments
 (0)