We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9300dab + 3f1d325 commit 84f1938Copy full SHA for 84f1938
play-scala/dependency-injection/build.sbt
@@ -8,5 +8,5 @@ scalaVersion := ScalaVersions.scala2Version
8
9
libraryDependencies += guice
10
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"
+libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.4.2" % Provided
+libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.4.2"
0 commit comments