Skip to content

Commit 401ca3c

Browse files
committed
[DependencyPin] Merge branch 'master' of https://www.github.com/enuance/commitPrefix
2 parents 276b01f + 48b7b08 commit 401ca3c

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)