Skip to content

Commit 84f1938

Browse files
authored
Merge pull request #817 from scala-steward/update/macros-2.4.2
Update macros, util from 2.4.0 to 2.4.2
2 parents 9300dab + 3f1d325 commit 84f1938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

play-scala/dependency-injection/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ scalaVersion := ScalaVersions.scala2Version
88

99
libraryDependencies += guice
1010
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.0.0" % Test
11-
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.4.0" % Provided
12-
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.4.0"
11+
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.4.2" % Provided
12+
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.4.2"

0 commit comments

Comments
 (0)