Skip to content

Commit

Permalink
Update dependency XCLogParser to v0.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
FBente committed Apr 26, 2024
1 parent 9befa67 commit db5746d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/MobileNativeFoundation/XCLogParser",
"state" : {
"revision" : "e536e3009d391513a791e08b991d6fe413be0f9c",
"version" : "0.2.38"
"revision" : "62b4d62fd4ae5e2d22bd29f7423b327149bc0ecd",
"version" : "0.2.39"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "XCMetricsUtils", targets: ["XCMetricsUtils"]),
],
dependencies: [
.package(url: "https://github.com/MobileNativeFoundation/XCLogParser", from: "0.2.38"),
.package(url: "https://github.com/MobileNativeFoundation/XCLogParser", from: "0.2.39"),
.package(url: "https://github.com/apple/swift-tools-support-core.git", exact: "0.2.7"),
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.0.0-alpha.9"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.3"),
Expand Down

0 comments on commit db5746d

Please sign in to comment.