Skip to content

Commit 48b7b08

Browse files
authored
Merge pull request #13 from enuance/CPBugFix-004-ResolveDependencyVersionIssue
[CPBugFix-004][DependencyPin] Resolved Dependency Issue
2 parents 54b1820 + 11ecc03 commit 48b7b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
// 📁 John Sundell's Files Package is great for easy file reading/writing/moving/etc.
1010
.package(url: "https://github.com/JohnSundell/Files", from: "4.0.0"),
1111
// 🧰 SPMUtilities for CLI Argument Parsing.
12-
.package(url: "https://github.com/apple/swift-package-manager", from: "0.5.0"),
12+
.package(url: "https://github.com/apple/swift-package-manager", .exact("0.5.0")),
1313
// 🖥 Consler for Styled outputs to the Console
1414
.package(url: "https://github.com/enuance/consler", from: "0.4.0")
1515
],

0 commit comments

Comments
 (0)