Skip to content

Commit 2aade13

Browse files
MaxDesiatovkateinoigakukun
authored andcommitted
Update swift-log dependency to 1.7.1 to fix Android CI
1 parent a2e06bf commit 2aade13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package@swift-6.1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
140140
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"),
141141
.package(url: "https://github.com/apple/swift-system", from: "1.5.0"),
142142
.package(url: "https://github.com/apple/swift-nio", from: "2.90.0"),
143-
.package(url: "https://github.com/apple/swift-log", from: "1.6.4"),
143+
.package(url: "https://github.com/apple/swift-log", from: "1.7.1"),
144144
]
145145
} else {
146146
package.dependencies += [

0 commit comments

Comments
 (0)