Skip to content

Commit dff1242

Browse files
Merge pull request #3507 from SwiftPackageIndex/update-prometheus
Update prometheus
2 parents cef64bc + 5cbf852 commit dff1242

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Package.resolved

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

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ let package = Package(
2929
dependencies: [
3030
.package(url: "https://github.com/0xLeif/Cache.git", from: "2.1.0"),
3131
.package(url: "https://github.com/JohnSundell/Ink.git", from: "0.5.1"),
32+
.package(url: "https://github.com/swift-server/swift-prometheus.git", from: "1.0.0"),
3233
.package(url: "https://github.com/SwiftPackageIndex/Plot.git", branch: "main"),
33-
.package(url: "https://github.com/MrLotU/SwiftPrometheus.git", from: "1.0.0-alpha"),
3434
.package(url: "https://github.com/SwiftPackageIndex/CanonicalPackageURL.git", from: "0.0.8"),
3535
.package(url: "https://github.com/SwiftPackageIndex/DependencyResolution.git", from: "1.1.2"),
3636
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "1.2.0"),
@@ -55,12 +55,12 @@ let package = Package(
5555
.target(name: "App",
5656
dependencies: [
5757
.target(name: "Authentication"),
58+
.target(name: "S3Store"),
5859
.product(name: "Ink", package: "Ink"),
5960
.product(name: "Plot", package: "Plot"),
60-
.target(name: "S3Store"),
61+
.product(name: "SwiftPrometheus", package: "swift-prometheus"),
6162
.product(name: "SPIManifest", package: "SPIManifest"),
6263
.product(name: "SemanticVersion", package: "SemanticVersion"),
63-
.product(name: "SwiftPrometheus", package: "SwiftPrometheus"),
6464
.product(name: "SwiftSoup", package: "SwiftSoup"),
6565
.product(name: "Cache", package: "cache"),
6666
.product(name: "CanonicalPackageURL", package: "CanonicalPackageURL"),

0 commit comments

Comments
 (0)