Skip to content

Commit

Permalink
chore: Update Spectre to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 10, 2018
1 parent 75671ad commit 64d7d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.library(name: "PathKit", targets: ["PathKit"]),
],
dependencies: [
.package(url:"https://github.com/kylef/Spectre.git", .upToNextMinor(from:"0.8.0"))
.package(url:"https://github.com/kylef/Spectre.git", .upToNextMinor(from:"0.9.0"))
],
targets: [
.target(name: "PathKit", dependencies: [], path: "Sources"),
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.library(name: "PathKit", targets: ["PathKit"]),
],
dependencies: [
.package(url:"https://github.com/kylef/Spectre.git", .upToNextMinor(from:"0.8.0"))
.package(url:"https://github.com/kylef/Spectre.git", .upToNextMinor(from:"0.9.0"))
],
targets: [
.target(name: "PathKit", dependencies: [], path: "Sources"),
Expand Down

0 comments on commit 64d7d44

Please sign in to comment.