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
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:
@@ -15,8 +15,8 @@
|
||||
"repositoryURL": "https://github.com/astzweig/swiftpm-pathkit.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "5d164c34f35fa7241d77357e965acde80efcb6d9",
|
||||
"version": "1.5.0"
|
||||
"revision": "1280d78aa2c1532800d7e820607f123236dc5f54",
|
||||
"version": "1.5.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user