diff --git a/Package.swift b/Package.swift index ac8152c..be9382b 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.6 +// swift-tools-version:5.7 import PackageDescription let package = Package( @@ -13,9 +13,9 @@ let package = Package( .library(name: "Leaf", targets: ["Leaf"]), ], dependencies: [ - .package(url: "https://github.com/vapor/leaf-kit.git", from: "1.10.2"), - .package(url: "https://github.com/vapor/vapor.git", from: "4.78.1"), - .package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"), + .package(url: "https://github.com/vapor/leaf-kit.git", from: "1.10.3"), + .package(url: "https://github.com/vapor/vapor.git", from: "4.92.1"), + .package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"), ], targets: [ .target(name: "Leaf", dependencies: [ diff --git a/README.md b/README.md index b81adff..5546762 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ Leaf - +

-Documentation -Team Chat -MIT License -Continuous Integration -Swift 5.6 +Documentation +Team Chat +MIT License +Continuous Integration + +Swift 5.7+

+