@@ -17,6 +17,7 @@ object Dependencies {
1717 val http4sEmberServer = " org.http4s" %% " http4s-ember-server" % Versions .http4s
1818 val http4sClient = " org.http4s" %% " http4s-client" % Versions .http4s
1919 val http4sDsl = " org.http4s" %% " http4s-dsl" % Versions .http4s
20+ val http4sPrometheus = " org.http4s" %% " http4s-prometheus-metrics" % Versions .http4s
2021 val http4sServer = " org.http4s" %% " http4s-server" % Versions .http4s
2122 val jacksonDatabind = " com.fasterxml.jackson.core" % " jackson-databind" % " 2.17.1"
2223 val jetbrainsAnnotations = " org.jetbrains" % " annotations" % " 24.1.0"
@@ -30,6 +31,7 @@ object Dependencies {
3031 val micrometerPrometheus = " io.micrometer" % " micrometer-registry-prometheus" % Versions .micrometerPrometheus
3132 val monixCatnap = " io.monix" %% " monix-catnap" % Versions .monix
3233 val monixEval = " io.monix" %% " monix-eval" % Versions .monix
34+ val monixExecution = " io.monix" %% " monix-execution" % Versions .monix
3335 val postgresql = " org.postgresql" % " postgresql" % " 42.7.3"
3436 val pureConfigCore = " com.github.pureconfig" %% " pureconfig-core" % Versions .pureConfig
3537 val pureConfigGeneric = " com.github.pureconfig" %% " pureconfig-generic" % Versions .pureConfig
@@ -51,10 +53,10 @@ object Dependencies {
5153 val doobie = " 0.13.4"
5254 val grpc = " 1.64.0"
5355 val http4s = " 0.22.15"
54- val micrometerCore = " 1.10.13 "
55- val micrometerJmx = " 1.10.13 "
56- val micrometerStatsD = " 1.10.13 "
57- val micrometerPrometheus = " 1.10.13 "
56+ val micrometerCore = " 1.12.7 "
57+ val micrometerJmx = " 1.12.7 "
58+ val micrometerStatsD = " 1.12.7 "
59+ val micrometerPrometheus = " 1.12.7 "
5860 val monix = " 3.4.1"
5961 val pureConfig = " 0.17.1"
6062
0 commit comments