Skip to content

Commit b2df19d

Browse files
authored
Merge pull request #1983 from Baeldung/update/macros-2.6.7
Update macros, util from 2.6.6 to 2.6.7
2 parents 0596e6a + ef817f2 commit b2df19d

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.scala3Version
88

99
libraryDependencies += guice
1010
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"
11+
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.6.7" % Provided
12+
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.6.7"

0 commit comments

Comments
 (0)