From 79621f49c2075c0c51704fd195868948fcfb4190 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 00:01:59 +0000 Subject: [PATCH] Update kamon-core, kamon-influxdb to 2.6.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f1a978d0..bea0261f 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val `lila-ws` = (project in file(".")) resolvers += ("snapshots" at "https://oss.sonatype.org/content/repositories/snapshots") val akkaVersion = "2.6.20" -val kamonVersion = "2.6.3" +val kamonVersion = "2.6.4" val nettyVersion = "4.1.98.Final" val os = sys.props.get("os.name") match {