From 866d211d6e32a3e425ca8c4f3561ab8889090657 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 12:21:06 +0000 Subject: [PATCH] Update prometheus-metrics-core, ... to 1.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1bbbd775..9e5b66f4 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ lazy val site = project.in(file("site")) .dependsOn(core) -val prometheusV = "1.2.1" +val prometheusV = "1.3.1" val catsV = "2.9.0" val catsEffectV = "3.4.8" val shapelessV = "2.3.9"