Skip to content

Commit

Permalink
Update macros to 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2025
1 parent 29a0dd8 commit 6fb20f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {

lazy val playDependencies: Seq[ModuleID] = {
Seq(
"com.softwaremill.macwire" %% "macros" % "2.6.4" % "provided",
"com.softwaremill.macwire" %% "macros" % "2.6.6" % "provided",
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
)
}
Expand Down

0 comments on commit 6fb20f9

Please sign in to comment.