Skip to content

Commit b56ba8b

Browse files
authored
Merge pull request #1731 from Baeldung/update/macros-2.6.6
Update macros, util from 2.6.5 to 2.6.6
2 parents 277d93f + 5ad7494 commit b56ba8b

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.5" % Provided
12-
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.6.5"
11+
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.6.6" % Provided
12+
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.6.6"

0 commit comments

Comments
 (0)