From e1834eb01778066452a0e2f2ef8e6d9a17586999 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 16:16:02 +0000 Subject: [PATCH] Update macros to 2.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6ca6ce3f..c37a4cbc 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val `lila-ws` = project "io.kamon" %% "kamon-influxdb" % kamonVersion, "io.kamon" %% "kamon-prometheus" % kamonVersion, "io.kamon" %% "kamon-system-metrics" % kamonVersion, - "com.softwaremill.macwire" %% "macros" % "2.6.1" % "provided", + "com.softwaremill.macwire" %% "macros" % "2.6.2" % "provided", "com.roundeights" %% "hasher" % "1.3.1", "org.scalameta" %% "munit" % "1.0.2" % Test ),