From 93669faa9bfe71b91d4f869a366e25aa1bf76c76 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 19 Aug 2023 17:07:48 +0000 Subject: [PATCH] Update macros to 2.5.9 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1dd581333..eaa8eda8b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -48,7 +48,7 @@ object Dependencies { "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test, "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, "org.mockito" % "mockito-core" % "4.8.1" % Test, - "com.softwaremill.macwire" %% "macros" % "2.5.8" % Test, + "com.softwaremill.macwire" %% "macros" % "2.5.9" % Test, "org.awaitility" % "awaitility" % "4.2.0" % Test )