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.
2 parents 276b01f + 48b7b08 commit 401ca3cCopy full SHA for 401ca3c
Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
// 📁 John Sundell's Files Package is great for easy file reading/writing/moving/etc.
10
.package(url: "https://github.com/JohnSundell/Files", from: "4.0.0"),
11
// 🧰 SPMUtilities for CLI Argument Parsing.
12
- .package(url: "https://github.com/apple/swift-package-manager", from: "0.5.0"),
+ .package(url: "https://github.com/apple/swift-package-manager", .exact("0.5.0")),
13
// 🖥 Consler for Styled outputs to the Console
14
.package(url: "https://github.com/enuance/consler", from: "0.4.0")
15
],
0 commit comments