Skip to content

Commit

Permalink
Bump Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Jul 10, 2024
1 parent 0be8765 commit 3abf526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 3abf526

Please sign in to comment.