Skip to content

Commit

Permalink
Merge pull request #391 from scala-steward/update/macros-2.5.9
Browse files Browse the repository at this point in the history
Update macros to 2.5.9
  • Loading branch information
mergify[bot] authored Aug 19, 2023
2 parents 8506e83 + 626bb2d commit c77f367
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 @@ -5,7 +5,7 @@ lazy val root = (project in file("."))
version := "1.0-SNAPSHOT",
scalaVersion := "2.13.11",
libraryDependencies ++= Seq(
"com.softwaremill.macwire" %% "macros" % "2.5.8" % "provided",
"com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided",
"org.scalatestplus.play" %% "scalatestplus-play" % "5.0.0" % Test
),
scalacOptions ++= Seq(
Expand Down

0 comments on commit c77f367

Please sign in to comment.