Skip to content

Commit cdbe324

Browse files
Update macros, util from 2.6.1 to 2.6.2
1 parent a28cef6 commit cdbe324

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.1" % Provided
12-
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.6.1"
11+
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.6.2" % Provided
12+
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.6.2"

0 commit comments

Comments
 (0)