Skip to content

Commit c7e601f

Browse files
chore(deps): update plugin org.gradle.playframework to v0.15 (open-telemetry#13653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce6c159 commit c7e601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.14"
11+
id("org.gradle.playframework") version "0.15"
1212
}
1313

1414
val playVer = "2.8.22"

0 commit comments

Comments
 (0)