Skip to content

Commit ccdcf59

Browse files
authored
Merge pull request #1720 from Baeldung/update/macros-2.6.5
Update macros, util from 2.6.4 to 2.6.5
2 parents 1b2c2e2 + 5e4552e commit ccdcf59

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

0 commit comments

Comments
 (0)