Skip to content

Commit

Permalink
Merge eb8e607 into 659c654
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcbride authored Nov 18, 2022
2 parents 659c654 + eb8e607 commit 2a065f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/pointfreeco/swift-case-paths",
"state": {
"branch": null,
"revision": "241301b67d8551c26d8f09bd2c0e52cc49f18007",
"version": "0.8.0"
"revision": "bb436421f57269fbcfe7360735985321585a86e5",
"version": "0.10.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "MobiusTest", targets: ["MobiusTest"]),
],
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.8.0"),
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.10.1"),
.package(url: "https://github.com/Quick/Nimble", from: "10.0.0"),
.package(url: "https://github.com/Quick/Quick", from: "5.0.1"),
],
Expand Down

0 comments on commit 2a065f0

Please sign in to comment.