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
scala-steward committed Jan 28, 2025
1 parent 1516991 commit 2056958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ val configDependencies = Seq(
val baseDependencies = Seq(
"com.softwaremill.ox" %% "core" % oxVersion,
"com.softwaremill.quicklens" %% "quicklens" % "1.9.11",
"com.softwaremill.macwire" %% "macros" % "2.6.4" % Provided
"com.softwaremill.macwire" %% "macros" % "2.6.6" % Provided
)

val apiDocsDependencies = Seq(
Expand Down

0 comments on commit 2056958

Please sign in to comment.