Skip to content

Commit 9cb0257

Browse files
authored
Merge pull request #1 from TimArt/TimArt-SwiftPackageFix
Fix Swift Package build which pulls libgit2 1.9.1 instead of libgit2 …
2 parents e190291 + fa258c8 commit 9cb0257

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
@@ -17,7 +17,7 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/ibrahimcetin/libgit2.git", from: "1.8.0"),
20+
.package(url: "https://github.com/ibrahimcetin/libgit2.git", exact: "1.8.0"),
2121
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.54.0"),
2222
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.53.0"),
2323
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0")

0 commit comments

Comments
 (0)