Skip to content

Commit

Permalink
Merge pull request #16918 from scala-steward/update/macros-2.6.6
Browse files Browse the repository at this point in the history
Update macros, util to 2.6.6
  • Loading branch information
ornicar authored Feb 4, 2025
2 parents 363cb1b + ae5c29f commit 4fb6207
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.5"
val version = "2.6.6"
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 4fb6207

Please sign in to comment.