Update 'api/build.gradle.kts'

This commit is contained in:
Sambo Chea 2021-05-25 20:45:34 +07:00
parent a57e6a1425
commit ebd21471bf

View File

@ -7,8 +7,8 @@ plugins {
kotlin("plugin.spring")
}
val kotlinVersion = "1.4.32"
val springBootVersion = "2.4.5"
val kotlinVersion = "1.5.0"
val springBootVersion = "2.5.0"
// find the last commit
fun getGitHashLastCommit(): String {