Update 'api/build.gradle.kts'

This commit is contained in:
Sambo Chea 2021-06-25 14:42:00 +07:00
parent 04558b7393
commit 2047ffbe31

View File

@ -7,8 +7,8 @@ plugins {
kotlin("plugin.spring")
}
val kotlinVersion = "1.5.10"
val springBootVersion = "2.5.1"
val kotlinVersion = "1.5.20"
val springBootVersion = "2.5.2"
// find the last commit
fun getGitHashLastCommit(): String {