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

@@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/astzweig/swiftpm-pathkit.git", "repositoryURL": "https://github.com/astzweig/swiftpm-pathkit.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "5d164c34f35fa7241d77357e965acde80efcb6d9", "revision": "1280d78aa2c1532800d7e820607f123236dc5f54",
"version": "1.5.0" "version": "1.5.1"
} }
} }
] ]

View File

@@ -7,7 +7,7 @@ let package = Package(
.library(name: "Stencil", targets: ["Stencil"]) .library(name: "Stencil", targets: ["Stencil"])
], ],
dependencies: [ 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") .package(url: "https://github.com/kylef/Spectre.git", from: "0.10.1")
], ],
targets: [ targets: [