Skip to content

Commit

Permalink
Merge pull request #766 from scala-steward/update/macros-2.6.4
Browse files Browse the repository at this point in the history
[3.0.x] macros 2.6.4 (was 2.5.9)
  • Loading branch information
mkurz authored Nov 5, 2024
2 parents b34348e + 92ad6cc commit ab61431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-scala-macwire-di-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val root = (project in file("."))
crossScalaVersions := Seq("2.13.14", "3.3.3"),
scalaVersion := crossScalaVersions.value.head,
libraryDependencies ++= Seq(
"com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided",
"com.softwaremill.macwire" %% "macros" % "2.6.4" % "provided",
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
),
scalacOptions ++= Seq(
Expand Down

0 comments on commit ab61431

Please sign in to comment.