Bump org.gradle.playframework from 0.12 to 0.13 (#7646)

This commit is contained in:
dependabot[bot] 2023-01-24 13:46:31 -08:00 committed by GitHub
parent e869bd879b
commit f847f35e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ plugins {
id("otel.spotless-conventions")
id("com.google.cloud.tools.jib")
id("org.gradle.playframework") version "0.12"
id("org.gradle.playframework") version "0.13"
}
val playVer = "2.8.19"