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 2004767 + 1d39bc9 commit fa451eaCopy full SHA for fa451ea
Package.swift
@@ -24,7 +24,7 @@ let package = Package(
24
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.10.0")),
25
.package(url: "https://github.com/Alamofire/AlamofireImage.git", .upToNextMajor(from: "4.2.0")),
26
.package(url: "https://github.com/KittyMac/Sextant.git", .upToNextMinor(from: "0.4.31")),
27
- .package(url: "https://github.com/GoodRequest/GoodLogger.git", .upToNextMajor(from: "1.0.0"))
+ .package(url: "https://github.com/GoodRequest/GoodLogger.git", .upToNextMajor(from: "1.2.4"))
28
],
29
targets: [
30
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments