Skip to content

Commit e646d16

Browse files
authored
chore: update spectre to 0.10.0 (#74)
1 parent c8f1235 commit e646d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "PathKit", targets: ["PathKit"]),
88
],
99
dependencies: [
10-
.package(url:"https://github.com/kylef/Spectre.git", .upToNextMinor(from:"0.9.0"))
10+
.package(url:"https://github.com/kylef/Spectre.git", .upToNextMinor(from:"0.10.0"))
1111
],
1212
targets: [
1313
.target(name: "PathKit", dependencies: [], path: "Sources"),

0 commit comments

Comments
 (0)