Skip to content

Commit 41247dc

Browse files
committed
swift-metrics 2.2.0
1 parent 354fa7e commit 41247dc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["PrometheusExample"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/rauhul/swift-metrics.git", .branch("feature/floating-point-counter")),
16+
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.2.0"),
1717
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
1818
],
1919
targets: [

0 commit comments

Comments
 (0)