Skip to content

Commit

Permalink
Bump github.com/mxcl/path.swift from 0.16.3 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps [github.com/mxcl/path.swift](https://github.com/mxcl/Path.swift) from 0.16.3 to 1.4.1.
- [Release notes](https://github.com/mxcl/Path.swift/releases)
- [Commits](mxcl/Path.swift@0.16.3...1.4.1)

---
updated-dependencies:
- dependency-name: github.com/mxcl/path.swift
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 46ddb6f commit 1188a42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"identity" : "data",
"kind" : "remoteSourceControl",
"location" : "https://github.com/xcodereleases/data.git",
"location" : "https://github.com/xcodereleases/data",
"state" : {
"revision" : "fcf527b187817f67c05223676341f3ab69d4214d"
}
Expand Down Expand Up @@ -40,8 +40,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mxcl/Path.swift.git",
"state" : {
"revision" : "dac007e907a4f4c565cfdc55a9ce148a761a11d5",
"version" : "0.16.3"
"revision" : "8e355c28e9393c42e58b18c54cace2c42c98a616",
"version" : "1.4.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")),
.package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "0.16.0")),
.package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "1.4.1")),
.package(url: "https://github.com/mxcl/Version.git", .upToNextMinor(from: "1.0.3")),
.package(url: "https://github.com/mxcl/PromiseKit.git", .upToNextMinor(from: "6.8.3")),
.package(url: "https://github.com/PromiseKit/Foundation.git", .upToNextMinor(from: "3.4.0")),
Expand Down

0 comments on commit 1188a42

Please sign in to comment.