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.
1 parent aa0ee84 commit e09fc7aCopy full SHA for e09fc7a
Package.swift
@@ -14,7 +14,7 @@ let package = Package(
14
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.10.2")),
15
.package(url: "https://github.com/ZipArchive/ZipArchive.git", exact: "2.4.3"),
16
.package(url: "https://github.com/mrackwitz/Version.git", exact: "0.8.0"),
17
- .package(url: "https://github.com/attaswift/BigInt.git", from: "5.5.1")
+ .package(url: "https://github.com/attaswift/BigInt.git", from: "5.5.2")
18
],
19
targets: [
20
.target(
0 commit comments