@@ -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