Skip to content

Commit 69de917

Browse files
committed
Use latest patch versions of dependencies
1 parent 3ebcf26 commit 69de917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ let package = Package(
1212
.executable(name: "hub-cli", targets: ["HubCLI"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
16-
.package(url: "https://github.com/johnmai-dev/Jinja", from: "1.1.0")
15+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")),
16+
.package(url: "https://github.com/johnmai-dev/Jinja", .upToNextMinor(from: "1.1.0"))
1717
],
1818
targets: [
1919
.executableTarget(

0 commit comments

Comments
 (0)