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 0596e6a + ef817f2 commit b2df19dCopy full SHA for b2df19d
play-scala/dependency-injection/build.sbt
@@ -8,5 +8,5 @@ scalaVersion := ScalaVersions.scala3Version
8
9
libraryDependencies += guice
10
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % LibraryVersions.scalatestPlayVersion % Test
11
-libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.6.6" % Provided
12
-libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.6.6"
+libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.6.7" % Provided
+libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.6.7"
0 commit comments