Skip to content

Commit 1d39bc9

Browse files
authored
Update GoodLogger dependency in Package.swift
GoodLogger minimum required version is 1.2.4, as that is the first version where Logger became Sendable.
1 parent 2004767 commit 1d39bc9

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)