Skip to content

Commit

Permalink
Update macros to 2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 19, 2023
1 parent 8506e83 commit 626bb2d
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 626bb2d

Please sign in to comment.