Skip to content

Commit

Permalink
Update macros to 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2024
1 parent b5786be commit 4168e2c
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.2" % "provided",
"com.softwaremill.macwire" %% "macros" % "2.6.4" % "provided",
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
)
}
Expand Down

0 comments on commit 4168e2c

Please sign in to comment.