Skip to content

Commit

Permalink
[9.1.x] guice 7.0.0 (was 6.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 8, 2024
1 parent 802e041 commit 08e61e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lazy val `play-mailer-guice` = (project in file("play-mailer-guice"))
.dependsOn(`play-mailer`)
.settings(
libraryDependencies ++= Seq(
"com.google.inject" % "guice" % "6.0.0",
"com.google.inject" % "guice" % "7.0.0",
"com.typesafe.play" %% "play" % Dependencies.PlayVersion % Test,
"com.typesafe.play" %% "play-specs2" % Dependencies.PlayVersion % Test
),
Expand Down

0 comments on commit 08e61e1

Please sign in to comment.