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 0be8765 commit dd799beCopy full SHA for dd799be
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.7
+// swift-tools-version:5.8
2
import PackageDescription
3
4
let package = Package(
@@ -13,8 +13,8 @@ let package = Package(
13
.library(name: "Leaf", targets: ["Leaf"]),
14
],
15
dependencies: [
16
- .package(url: "https://github.com/vapor/leaf-kit.git", from: "1.10.3"),
17
- .package(url: "https://github.com/vapor/vapor.git", from: "4.92.1"),
+ .package(url: "https://github.com/vapor/leaf-kit.git", from: "1.11.0"),
+ .package(url: "https://github.com/vapor/vapor.git", from: "4.102.1"),
18
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
19
20
targets: [
0 commit comments