We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96960da commit 453b2beCopy full SHA for 453b2be
Package.swift
@@ -12,8 +12,8 @@ let package = Package(
12
.executable(name: "hub-cli", targets: ["HubCLI"]),
13
],
14
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")
+ .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")),
+ .package(url: "https://github.com/johnmai-dev/Jinja", .upToNextMinor(from: "1.1.0"))
17
18
targets: [
19
.executableTarget(
0 commit comments