Skip to content

Commit

Permalink
fix: fix support for latest package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
123FLO321 committed Dec 13, 2021
1 parent 9f7af76 commit 591ab84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor", from: "4.0.0"),
.package(url: "https://github.com/vapor/leaf", from: "4.0.0-rc"),
.package(url: "https://github.com/vapor/leaf", from: "4.0.0"),
.package(url: "https://github.com/JohnSundell/ShellOut", from: "2.3.0")
],
targets: [
Expand Down
21 changes: 0 additions & 21 deletions Sources/SwiftTileserverCache/Misc/Request+LeafRenderer.swift

This file was deleted.

0 comments on commit 591ab84

Please sign in to comment.