chore(deps): update plugin org.gradle.playframework to v0.15 (#13653)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-07 07:29:01 -07:00 committed by GitHub
parent ce6c159a73
commit c7e601fc61
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.14"
id("org.gradle.playframework") version "0.15"
}
val playVer = "2.8.22"