Skip to content

Commit 2ec208c

Browse files
Fixed an issue building since routing-kit was on an older version
1 parent 92a019d commit 2ec208c

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
@@ -18,7 +18,7 @@ let package = Package(
1818
),
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/vapor/vapor.git", from: "4.90.0"),
21+
.package(url: "https://github.com/vapor/vapor.git", from: "4.91.1"),
2222
],
2323
targets: [
2424
.target(

0 commit comments

Comments
 (0)