Skip to content

Commit

Permalink
Update macros to 2.6.4 (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
steward-scala[bot] and github-actions[bot] authored Oct 13, 2024
1 parent c0d8cb8 commit 884c11e
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 884c11e

Please sign in to comment.