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:
parent
4da68c4e4c
commit
b0a1691a1e
|
@ -8,7 +8,7 @@ plugins {
|
||||||
id("com.google.cloud.tools.jib")
|
id("com.google.cloud.tools.jib")
|
||||||
// TODO (trask) this plugin doesn't support Play 2.9+, see https://github.com/gradle/playframework/issues/185
|
// 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
|
// 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"
|
val playVer = "2.8.22"
|
||||||
|
|
Loading…
Reference in New Issue