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 e190291 + fa258c8 commit 9cb0257Copy full SHA for 9cb0257
Package.swift
@@ -17,7 +17,7 @@ let package = Package(
17
)
18
],
19
dependencies: [
20
- .package(url: "https://github.com/ibrahimcetin/libgit2.git", from: "1.8.0"),
+ .package(url: "https://github.com/ibrahimcetin/libgit2.git", exact: "1.8.0"),
21
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.54.0"),
22
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.53.0"),
23
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0")
0 commit comments