Skip to content

Commit fa451ea

Browse files
authored
Merge pull request #35 from GoodRequest/update-goodlogger
Update GoodLogger dependency in Package.swift
2 parents 2004767 + 1d39bc9 commit fa451ea

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
@@ -24,7 +24,7 @@ let package = Package(
2424
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.10.0")),
2525
.package(url: "https://github.com/Alamofire/AlamofireImage.git", .upToNextMajor(from: "4.2.0")),
2626
.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"))
27+
.package(url: "https://github.com/GoodRequest/GoodLogger.git", .upToNextMajor(from: "1.2.4"))
2828
],
2929
targets: [
3030
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)