Skip to content

Commit

Permalink
Bump XCLogParser (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz Polaczyk <[email protected]>
  • Loading branch information
polac24 authored Jan 26, 2022
1 parent 0ab179a commit 5b42e2f
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 @@ -393,8 +393,8 @@
"repositoryURL": "https://github.com/spotify/xclogparser",
"state": {
"branch": null,
"revision": "946d72266691ed1f5ad91a3ba36c59f65f1c938c",
"version": "0.2.31"
"revision": "083e1ac0e091ac0e9e7f2fa7f467ef98192da3e5",
"version": "0.2.33"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.library(name: "XCMetricsUtils", targets: ["XCMetricsUtils"]),
],
dependencies: [
.package(url: "https://github.com/spotify/xclogparser", from: "0.2.31"),
.package(url: "https://github.com/spotify/xclogparser", from: "0.2.33"),
.package(url: "https://github.com/apple/swift-tools-support-core.git", .exact("0.2.3")),
.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 5b42e2f

Please sign in to comment.