chore: Update PathKit dependency
Some checks are pending
Danger / Danger Check (push) Waiting to run
Lint Cocoapods / Pod Lint (push) Waiting to run
SwiftLint / SwiftLint (push) Waiting to run
Test SPM / Test SPM Linux (push) Waiting to run
Test SPM / Test SPM macOS (push) Waiting to run
Publish on Tag / GitHub Release (push) Waiting to run

This commit is contained in:
T. R. Bernstein
2026-04-17 04:24:51 +02:00
parent 02f61d55a4
commit 6ff4a6b85d
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ let package = Package(
.library(name: "Stencil", targets: ["Stencil"])
],
dependencies: [
.package(url: "https://github.com/astzweig/swiftpm-pathkit.git", from: "1.5.0"),
.package(url: "https://github.com/astzweig/swiftpm-pathkit.git", from: "1.5.1"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.10.1")
],
targets: [