We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95425ac commit 7d9c1a1Copy full SHA for 7d9c1a1
Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
dependencies: [
10
.package(url: "https://github.com/apple/swift-experimental-string-processing.git", branch: "main"),
11
.package(url: "https://github.com/apple/swift-syntax", branch: "main"),
12
- .package(url: "https://github.com/vapor/vapor.git", from: "4.106.4"),
+ .package(url: "https://github.com/vapor/vapor.git", from: "4.106.5"),
13
.package(url: "https://github.com/vapor/leaf.git", from: "4.4.1"),
14
],
15
targets: [
0 commit comments