Skip to content

Commit

Permalink
Merge pull request #16451 from scala-steward/update/macros-2.6.4
Browse files Browse the repository at this point in the history
Update macros, util to 2.6.4
  • Loading branch information
ornicar authored Nov 22, 2024
2 parents 4135107 + 2bb4dcc commit 9d926c2
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 @@ -70,7 +70,7 @@ object Dependencies {
}

object macwire {
val version = "2.6.3"
val version = "2.6.4"
val macros = "com.softwaremill.macwire" %% "macros" % version % "provided"
val util = "com.softwaremill.macwire" %% "util" % version % "provided"
val tagging = "com.softwaremill.common" %% "tagging" % "2.3.5"
Expand Down

0 comments on commit 9d926c2

Please sign in to comment.