From 31e9daa4577af8a0f0c074e006e86c665996490c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 12:33:15 +0000 Subject: [PATCH] Update macros to 2.6.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a5b6731..ffc96ea 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -131,7 +131,7 @@ object Dependencies { } object macwire { - val macwireVersion = "2.6.2" + val macwireVersion = "2.6.4" val macros = "com.softwaremill.macwire" %% "macros" % macwireVersion % "provided" val macrosAkka = "com.softwaremill.macwire" %% "macrosakka" % macwireVersion % "provided"