Skip to content

Commit

Permalink
Merge pull request #271 from mkurz/guice6
Browse files Browse the repository at this point in the history
Guice 6
  • Loading branch information
mkurz authored Jun 3, 2023
2 parents aa708b1 + 594dd25 commit ebcc8b0
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 @@ -61,7 +61,7 @@ lazy val `play-mailer-guice` = (project in file("play-mailer-guice"))
.dependsOn(`play-mailer`)
.settings(
libraryDependencies ++= Seq(
"com.google.inject" % "guice" % "5.1.0",
"com.google.inject" % "guice" % "6.0.0",
"com.typesafe.play" %% "play" % Dependencies.PlayVersion % Test,
"com.typesafe.play" %% "play-specs2" % Dependencies.PlayVersion % Test
),
Expand Down

0 comments on commit ebcc8b0

Please sign in to comment.