Skip to content

Commit dd799be

Browse files
authored
Bump Package.swift (#233)
* Bump Package.swift * Bump swift-tools-version to 5.8
1 parent 0be8765 commit dd799be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.7
1+
// swift-tools-version:5.8
22
import PackageDescription
33

44
let package = Package(
@@ -13,8 +13,8 @@ let package = Package(
1313
.library(name: "Leaf", targets: ["Leaf"]),
1414
],
1515
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"),
16+
.package(url: "https://github.com/vapor/leaf-kit.git", from: "1.11.0"),
17+
.package(url: "https://github.com/vapor/vapor.git", from: "4.102.1"),
1818
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
1919
],
2020
targets: [

0 commit comments

Comments
 (0)