We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6755756 commit 5cc8917Copy full SHA for 5cc8917
smoke-tests/images/play/build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
// Guice 5.1 is needed for Java 17 support on Play 2.8, see https://github.com/playframework/playframework/releases/tag/2.8.15
29
// TODO (trask) remove these version overrides after updating to Play 2.9
30
implementation("com.google.inject:guice:7.0.0")
31
- implementation("com.google.inject.extensions:guice-assistedinject:5.1.0")
+ implementation("com.google.inject.extensions:guice-assistedinject:7.0.0")
32
implementation("com.typesafe.play:play-logback_$scalaVer:$playVer")
33
implementation("com.typesafe.play:filters-helpers_$scalaVer:$playVer")
34
}
0 commit comments