Skip to content

Commit

Permalink
Fixed an issue building since routing-kit was on an older version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitribouniol committed Jan 8, 2024
1 parent 92a019d commit 2ec208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.90.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.91.1"),
],
targets: [
.target(
Expand Down

0 comments on commit 2ec208c

Please sign in to comment.