Skip to content

Commit e7ee4e1

Browse files
chore(deps): update plugin org.gradle.playframework to v0.16.0 (#13766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d040a5e commit e7ee4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/images/play/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id("com.google.cloud.tools.jib")
99
// TODO (trask) this plugin doesn't support Play 2.9+, see https://github.com/gradle/playframework/issues/185
1010
// once play 3.1 is released, we can update to https://github.com/orgs/playframework/discussions/12338
11-
id("org.gradle.playframework") version "0.15.3"
11+
id("org.gradle.playframework") version "0.16.0"
1212
}
1313

1414
val playVer = "2.8.22"

0 commit comments

Comments
 (0)