Skip to content

Commit

Permalink
fix case path dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Mar 8, 2023
1 parent a5f285a commit b46e4be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-case-paths",
"state" : {
"branch" : "projection",
"revision" : "14388be3c0b6a46c62dfffb137d50bb2dde84bdd"
"revision" : "870133b7b2387df136ad301ec67b2e864b51dda1",
"version" : "0.14.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "0.8.0"),
.package(url: "https://github.com/pointfreeco/swift-case-paths", branch: "projection"),
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.14.0"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.7.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "0.1.2"),
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "0.7.0"),
Expand Down

0 comments on commit b46e4be

Please sign in to comment.