Update Spectre to 0.10.1

This commit is contained in:
astromonkee
2021-09-29 18:43:28 +09:00
parent 01740c61d3
commit 47a44889ae
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0")
.package(url: "https://github.com/kylef/Spectre.git", from: "0.10.1")
],
targets: [
.target(name: "Stencil", dependencies: [

View File

@@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0")
.package(url: "https://github.com/kylef/Spectre.git", from: "0.10.1")
],
targets: [
.target(name: "Stencil", dependencies: [