From 9023f70e883b0332f361965f49e49f378e4fa43d Mon Sep 17 00:00:00 2001 From: Autobot Date: Tue, 3 Aug 2021 04:38:11 +0000 Subject: [PATCH] Update epimetheus to 0.5.0-M2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61e44eda4..997077339 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val V = new { val confluent = "6.2.0" val curator = "5.2.0" val disciplineMunit = "1.0.9" - val epimetheus = "0.5.0-M1" + val epimetheus = "0.5.0-M2" val fs2 = "3.0.6" val junit = "4.13" val kafka = s"$confluent-ce"