Skip to content

Commit 1188a42

Browse files
Bump github.com/mxcl/path.swift from 0.16.3 to 1.4.1
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]>
1 parent 46ddb6f commit 1188a42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")),
16-
.package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "0.16.0")),
16+
.package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "1.4.1")),
1717
.package(url: "https://github.com/mxcl/Version.git", .upToNextMinor(from: "1.0.3")),
1818
.package(url: "https://github.com/mxcl/PromiseKit.git", .upToNextMinor(from: "6.8.3")),
1919
.package(url: "https://github.com/PromiseKit/Foundation.git", .upToNextMinor(from: "3.4.0")),

0 commit comments

Comments
 (0)