Skip to content

Commit

Permalink
Bump Package.swift (#233)
Browse files Browse the repository at this point in the history
* Bump Package.swift

* Bump swift-tools-version to 5.8
  • Loading branch information
fpseverino authored Jul 21, 2024
1 parent 0be8765 commit dd799be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.8
import PackageDescription

let package = Package(
Expand All @@ -13,8 +13,8 @@ let package = Package(
.library(name: "Leaf", targets: ["Leaf"]),
],
dependencies: [
.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/vapor/leaf-kit.git", from: "1.11.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.102.1"),
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
],
targets: [
Expand Down

0 comments on commit dd799be

Please sign in to comment.