chore(deps): update plugin org.gradle.playframework to v0.15.3 (#13687)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-10 14:41:52 +03:00 committed by GitHub
parent 4da68c4e4c
commit b0a1691a1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ plugins {
id("com.google.cloud.tools.jib")
// TODO (trask) this plugin doesn't support Play 2.9+, see https://github.com/gradle/playframework/issues/185
// once play 3.1 is released, we can update to https://github.com/orgs/playframework/discussions/12338
id("org.gradle.playframework") version "0.15.2"
id("org.gradle.playframework") version "0.15.3"
}
val playVer = "2.8.22"