Bump playVer from 2.8.19 to 2.8.20 (#8973)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-18 15:03:20 -07:00 committed by GitHub
parent 4104872b0c
commit 74e466e782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ plugins {
id("org.gradle.playframework") version "0.14"
}
val playVer = "2.8.19"
val playVer = "2.8.20"
val scalaVer = "2.12"
play {